GithubHelp home page GithubHelp logo

myconsciousness / sweet-cookie-jar Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 4.0 31 KB

A most easily usable cookie management library in Dart. With SweetCookieJar, you can easily manage cookie on your application.

Home Page: https://pub.dev/packages/sweet_cookie_jar

License: BSD 3-Clause "New" or "Revised" License

Dart 100.00%
cookie cookie-management cookiejar dart flutter library pubdev

sweet-cookie-jar's Introduction

Hi, I'm Shinya Kato - aka myConsciousness here 👋👨‍💻

If you are interested in what I do, you can hit the Follow button over there 👈 or on Bluesky Social.

Or let me drink a beer! 🍻

GitHub Badge

Featured Projects 🚀

  Repositories       Stars     Descriptions
atproto.dart GitHub stars This is a monorepo project to manage a complete set of AT Protocol and Bluesky APIs and other features for easy integration into Dart/Flutter apps.
bluesky-post GitHub stars Provides the ability to easily post from GitHub Actions to Bluesky.
bluesky-apod-bot GitHub stars The Official APOD BOT for Bluesky approved by Professor Robert Nemiroff, the founder of NASA APOD.
twitter-api-v2 GitHub stars A library for easy integration of Twitter API v2.0 into Dart/Flutter apps.
twitter-oauth2-pkce GitHub stars A library to easily integrate Twitter OAuth 2.0 PKCE into your Flutter apps.
mastodon-api GitHub stars A library for easy integration of Mastodon API into Dart/Flutter apps.
mastodon-oauth2 GitHub stars A library to easily integrate Mastodon OAuth into your Flutter apps.
batch.dart GitHub stars A job scheduling framework developed in Dart that supports scheduling jobs in Cron format and advanced parallel processing.

Others

Articles 📰

Feeds 🔭

🪿 Bluesky

This content is fetched by bluesky.


Shinya Kato 🌮 @shinyakato.dev 2024-05-16T05:36:37.555Z

I have released a package for Dart/Flutter that supports the chat.bsky.* lexicon 👀

pub.dev/packages/blu...


Shinya Kato 🌮 @shinyakato.dev 2024-05-15T00:13:34.872Z

heard this social media has a chat


Shinya Kato 🌮 @shinyakato.dev 2024-05-14T22:53:50.453Z

Finally we can try #Dart macros! 🤖

medium.com/dartlang/dar...


Shinya Kato 🌮 @shinyakato.dev 2024-05-13T23:32:51.265Z

Anthropic共同創業者のJared Kaplan博士が #AWS-Summit-Japan に来てくれる

aws.amazon.com/jp/summits/j...


Shinya Kato 🌮 @shinyakato.dev 2024-05-11T02:02:05.503Z

I have just finished watching the entire season of The Man in the High Catsle. There are stereotypes about Japanese culture, but they capture the characteristics of Japanese people very well.

btw who would have realized that this film also came from a parallel universe…? 👾


sweet-cookie-jar's People

Contributors

myconsciousness avatar sehnryr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sweet-cookie-jar's Issues

Exception thrown when cookie values contain invalid characters

Hi, I'm encountering an exception on the SweetCookieJar.from() function when set-cookie header contains invalid characters.

// r.headers['set-cookie'] contains invalid characters in the cookie sent by server 
var cookieBin = SweetCookieJar.from(response: r); 

My current workaround is to perform string manipulation on the cookie string to replace those invalid characters..

Can't use with http: 1.0.0 version

Hi,

Thanks for this Sweet Cookie Jar package, I'm trying to use this package with http package version 1.0.0.

But I'm facing the below version solving issue

Because sweet_cookie_jar 1.1.0 depends on http ^0.13.4 and no versions of sweet_cookie_jar match >1.1.0 <2.0.0, sweet_cookie_jar ^1.1.0 requires http ^0.13.4.
So, because team_appcommon depends on both http ^1.0.0 and sweet_cookie_jar ^1.1.0, version solving failed.

Can you release new version for Sweet Cookie Jar package?

merge two `SweetCookieJar`s

I'm working with https://github.com/jossef/requests which does http requests with seamless cookies in between them. I would like to use this package instead of a custom made CookieJar, but SweetCookieJar is lacking a way to edit the cookies inside it.

So I would like a way to alter the cookies inside a SweetCookieJar (and also a way to merge 2 SweetCookieJars).

This way a CookieJar can be altered with some newly set cookies by the server, and then resent on a new request.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.