cookie_jar icon indicating copy to clipboard operation
cookie_jar copied to clipboard

A cookie manager for http requests in Dart, by which you can deal with the complex cookie policy and persist cookies easily.

Results 19 cookie_jar issues
Sort by recently updated
recently updated
newest added

为什么没有中文文档

I think the condition on this line is not true: https://github.com/flutterchina/cookie_jar/blame/a14f284ba731fc2e69bd940770b182adb2659781/lib/src/jar/persist.dart#L133 ```dart final isSession = cookie.cookie.expires == null && cookie.cookie.maxAge == null; if ((isSession && persistSession) || (persistSession && !cookie.isExpired()))...

There is No FileLock of the method delete, deleteAll, read, read of FileStorage in file file_storage.dart Will be exception dio On concurrency request . https://stackoverflow.com/questions/21924211/how-to-lock-a-file-for-writing-in-dart

From the way Ive been using it, CookieJar is reading a cookie and saving them to be used later. 1. But is there a way for me to SET a...

Hi there and thank you for this package. I hereby suggest a few changes to the interface of the CookieJar class. We wanted to implement a custom cookie storage backend...

Hi, When calling `loadForRequest` I'm getting cookies that were expired long before even initializing `PersistCookieJar` with `FileStorage`. I was looking into the code and found in `PersistCookieJar` that the `_filter`...

According to my test, 4.0.8 PersistCookieJar still does not support the encryption function, cookies file in app_flutter is unencrypted tex.So how can i encrypt cookies?

Latest package does not support WASM, any intentions to update?