shared_preferences 2.0.3
shared_preferences: ^2.0.3 copied to clipboard
Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.
2657
likes
90
/ 110
pub points
100
%
popularity
We analyzed this package on Mar 3, 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/lib/main.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 20 out of 21 API elements (95.2 %) have documentation comments.
20/20 points: Supports 3 of 3 possible platforms (iOS, Android, Web)
Found 8 issues. Showing the first 2:
Consider supporting these prerelease platforms:
Package does not support Flutter platform Windows
Because:
package:shared_preferences/shared_preferences.dart
that declares support for platforms: Android, iOS, Linux, macOS, Web
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: The operand can't be null, so the condition is always true.
lib/shared_preferences.dart:182:23
╷
182 │ assert(fromSystem != null);
│ ^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/shared_preferences.dart
0/10 points: All of the package dependencies are supported in the latest version
- Could not run pub outdated:
pub get
failed:
Because shared_preferences depends on integration_test from path which doesn't exist (could not find package integration_test at "../../integration_test"), version solving failed.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/0 points: Package and dependencies are fully migrated to null-safety, and will be awarded additional points in a planned future revision of the pub.flutter-io.cn points model.
Analysed with
Pana 0.15.3
,
Flutter 2.0.0
,
Dart 2.12.0
.