riverpod_helper 0.0.3
riverpod_helper: ^0.0.3 copied to clipboard
A helpful tool for riverpod developer.
We analyzed this package 15 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
562 out of 661 API elements (85.0 %) have documentation comments.
Some symbols that are missing documentation: riverpod_helper
, riverpod_helper.Prefs
, riverpod_helper.Prefs.Prefs.new
, riverpod_helper.Prefs.remove
, riverpod_helper.Prefs.set
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
auto_exporter_annotation |
^1.0.0 |
1.0.3 | 1.0.3 | |
flutter_riverpod |
^2.0.0 |
2.6.1 | 3.0.1 | |
riverpod_annotation |
^2.0.0 |
2.6.1 | 3.0.1 | |
shared_preferences |
^2.0.0 |
2.5.3 | 2.5.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
riverpod |
- | 2.6.1 | 3.0.1 | |
shared_preferences_android |
- | 2.4.13 | 2.4.13 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.0.0` on flutter_riverpod does not support the stable version `3.0.0`, that was published 21 days ago.
When flutter_riverpod is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_riverpod
to update the constraint.
The constraint `^2.0.0` on riverpod_annotation does not support the stable version `3.0.0`, that was published 21 days ago.
When riverpod_annotation is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions riverpod_annotation
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 44 errors:
UNDEFINED_CLASS
-lib/src/prefs_alive_riverpod/prefs_bool_pod/prefs_bool_pod.g.dart:124:3
- Undefined class 'Override'.UNDEFINED_METHOD
-lib/src/prefs_alive_riverpod/prefs_bool_pod/prefs_bool_pod.g.dart:125:12
- The method 'ProviderOverride' isn't defined for the type 'PrefsAliveBoolPodProvider'.UNDEFINED_CONSTRUCTOR_IN_INITIALIZER
-lib/src/prefs_alive_riverpod/prefs_bool_pod/prefs_bool_pod.g.dart:168:3
- The class 'AsyncNotifierProviderElement' doesn't have an unnamed constructor.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.