cookie_jar 1.0.1
cookie_jar: ^1.0.1 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.
20
likes
90
/ 110
pub points
95
%
popularity
We analyzed this package on Jan 17, 2021, and awarded it 90 pub points (of a possible 110):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
- Found example at:
example/cookie_jar_example.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 21 out of 32 API elements (65.6 %) have documentation comments.
10/20 points: Supports 1 of 2 possible platforms (native, js)
Consider supporting multiple platforms:
Package not compatible with runtime js
Because:
package:cookie_jar/cookie_jar.dart
that imports:package:cookie_jar/src/serializable_cookie.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 26 issues. Showing the first 2:
INFO: Unnecessary new keyword.
lib/src/default_cookie_jar.dart:105:26
╷
105 │ map[cookie.name] = new SerializableCookie(cookie);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/default_cookie_jar.dart
INFO: Unnecessary new keyword.
lib/src/persist_cookie_jar.dart:61:19
╷
61 │ File file = new File('$_dir.domains');
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/persist_cookie_jar.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.