shared_preferences_manager 0.0.6
shared_preferences_manager: ^0.0.6 copied to clipboard
A manager to make dynamic type shared preferences easier to manage.
2
likes
120/ 140
pub points
26%
popularity
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 140):
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: Use an OSI-approved license
Detected license: BSD-3-Clause
.
10/10 points: Package has an example
0/10 points: Failed to run dartdoc
- Failed to resolve dependencies.
stdout: MSG : Resolving dependencies...
MSG : Logs written to /tmp/tool-envSYECWC/pub-cache-dirURNLLX/log/pub_log.txt.
stderr: FINE: Pub 2.19.0
SLVR: fact: shared_preferences_manager is 0.0.6
SLVR: derived: shared_preferences_manager
SLVR: fact: shared_preferences_manager requires the Flutter SDK
SLVR: conflict: shared_preferences_manager requires the Flutter SDK
SLVR: Version solving took 0:00:00.038660 seconds.
| Tried 1 solutions.
FINE: Resolving dependencies finished (0.078s).
ERR : Because shared_preferences_manager requires the Flutter SDK, version solvi[...]
|
| Flutter users should run `flutter pub get` instead of `dart pub get`.
FINE: Exception type: SolveFailure
FINE: package:pub/src/solver/version_solver.dart 311:5 VersionSolver._resolveConflict
| package:pub/src/solver/version_solver.dart 132:27 VersionSolver._propagate
| package:pub/src/solver/version_solver.dart 96:11 VersionSolver.solve.<fn>
| ===== asynchronous gap ===========================
| dart:async Future.catchError
| package:pub/src/utils.dart 111:52 captureErrors.wrappedCallback
| package:stack_trace Chain.capture
| package:pub/src/utils.dart 124:11 captureErrors
[...]
FINE: Exception type: SolveFailure
FINE: package:pub/src/solver/version_solver.dart 311:5 VersionSolver._resolveConflict
| package:pub/src/solver/version_solver.dart 132:27 VersionSolver._propagate
| package:pub/src/solver/version_solver.dart 96:11 VersionSolver.solve.<fn>
| ===== asynchronous gap ===========================
| dart:async Future.catchError
| package:pub/src/utils.dart 111:52 captureErrors.wrappedCallback
| package:stack_trace Chain.capture
| package:pub/src/utils.dart 124:11 captureErrors
| package:pub/src/command.dart 190:13 PubCommand.run
| package:args/command_runner.dart 212:27 CommandRunner.runCommand
| package:dartdev/dartdev.dart 241:30 DartdevRunner.runCommand
| package:args/command_runner.dart 122:25 CommandRunner.run.<fn>
| dart:async new Future.sync
| package:args/command_runner.dart 122:14 CommandRunner.run
| package:dartdev/dartdev.dart 65:31 runDartdev
| /b/s/w/ir/x/w/sdk/pkg/dartdev/bin/dartdev.dart 11:9 main
---- End log transcript ----
IO : Writing 2894 characters to text file /tmp/tool-envSYECWC/pub-cache-dirURNL[...]
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: An uninitialized field should have an explicit type annotation.
lib/shared_preferences_manager.dart:11:7
╷
11 │ var _returnValue;
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/shared_preferences_manager.dart
INFO: Statements in an if should be enclosed in a block.
lib/shared_preferences_manager.dart:43:7
╷
43 │ sharedPreferences.remove(key);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/shared_preferences_manager.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
shared_preferences | ^2.0.5 | 2.0.17 | 2.0.17 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.1 | 1.2.1 |
collection | - | 1.17.0 | 1.17.1 |
ffi | - | 2.0.1 | 2.0.1 |
file | - | 6.1.4 | 6.1.4 |
flutter | - | 0.0.0 | 0.0.0 |
flutter_web_plugins | - | 0.0.0 | 0.0.0 |
js | - | 0.6.5 | 0.6.7 |
material_color_utilities | - | 0.2.0 | 0.2.0 |
meta | - | 1.8.0 | 1.8.0 |
path | - | 1.8.3 | 1.8.3 |
path_provider_linux | - | 2.1.7 | 2.1.7 |
path_provider_platform_interface | - | 2.0.5 | 2.0.5 |
path_provider_windows | - | 2.1.3 | 2.1.3 |
platform | - | 3.1.0 | 3.1.0 |
plugin_platform_interface | - | 2.1.3 | 2.1.3 |
process | - | 4.2.4 | 4.2.4 |
shared_preferences_android | - | 2.0.15 | 2.0.15 |
shared_preferences_foundation | - | 2.1.2 | 2.1.2 |
shared_preferences_linux | - | 2.1.3 | 2.1.3 |
shared_preferences_platform_interface | - | 2.1.0 | 2.1.0 |
shared_preferences_web | - | 2.0.4 | 2.0.4 |
shared_preferences_windows | - | 2.1.3 | 2.1.3 |
sky_engine | - | 0.0.99 | 0.0.99 |
vector_math | - | 2.1.4 | 2.1.4 |
win32 | - | 3.1.3 | 4.1.0 |
xdg_directories | - | 0.2.0+3 | 0.2.0+3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.25
, Dart 2.19.0
.