We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2435068 commit 62607c1Copy full SHA for 62607c1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 4.0.9
4
+
5
+- Fix `persistSession` parameter does not work as expected.
6
7
## 4.0.8
8
9
- Simply replace `\` to `/` rather than using `Uri` when parsing a storage base directory.
pubspec.yaml
@@ -1,11 +1,11 @@
name: cookie_jar
description: A cookie manager for http requests in Dart, help you to deal with the cookie policies and persistence.
-version: 4.0.8
+version: 4.0.9
repository: https://github.com/flutterchina/cookie_jar
issue_tracker: https://github.com/flutterchina/cookie_jar/issues
environment:
- sdk: '>=2.15.0 <3.0.0'
+ sdk: '>=2.15.0 <4.0.0'
10
dependencies:
11
meta: ^1.5.0
0 commit comments