jaspr_riverpod 0.3.15 jaspr_riverpod: ^0.3.15 copied to clipboard
Riverpod for Jaspr
We analyzed this package 29 hours ago, and awarded it 130 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 60 to 180 characters to describe the package, what it does, and its target use case.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/schultek/jaspr/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
810 out of 857 API elements (94.5 %) have documentation comments.
Some symbols that are missing documentation: jaspr_riverpod
, jaspr_riverpod.AutoDisposeChangeNotifierProviderRef
, jaspr_riverpod.AutoDisposeChangeNotifierProviderRef.AutoDisposeChangeNotifierProviderRef
, jaspr_riverpod.AutoDisposeFamilyStreamNotifier.build
, jaspr_riverpod.AutoDisposeFamilyStreamNotifierProvider
.
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.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
INFO: 'AutoDisposeRef' is deprecated and shouldn't be used. Will be removed in 3.0. Use Ref instead.
lib/src/change_notifier_provider/auto_dispose.dart:7:61
╷
7 │ extends ChangeNotifierProviderRef<NotifierT> implements AutoDisposeRef<NotifierT> {}
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/change_notifier_provider/auto_dispose.dart
INFO: 'AlwaysAliveProviderBase' is deprecated and shouldn't be used. Will be removed in 3.0.0. Use ProviderBase instead.
lib/src/change_notifier_provider/base.dart:79:10
╷
79 │ with AlwaysAliveProviderBase<NotifierT> {
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/change_notifier_provider/base.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
jaspr |
^0.16.0 |
0.16.2 | 0.16.2 |
meta |
^1.9.1 |
1.16.0 | 1.16.0 |
riverpod |
^2.4.8 |
2.6.1 | 2.6.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
binary_codec |
- | 2.0.3 | 2.0.3 |
collection |
- | 1.19.1 | 1.19.1 |
convert |
- | 3.1.2 | 3.1.2 |
csslib |
- | 1.0.2 | 1.0.2 |
hotreloader |
- | 4.2.0 | 4.2.0 |
html |
- | 0.15.5 | 0.15.5 |
http |
- | 1.2.2 | 1.2.2 |
http_parser |
- | 4.1.1 | 4.1.1 |
logging |
- | 1.3.0 | 1.3.0 |
mime |
- | 2.0.0 | 2.0.0 |
path |
- | 1.9.1 | 1.9.1 |
shelf |
- | 1.4.2 | 1.4.2 |
shelf_gzip |
- | 4.1.0 | 4.1.0 |
shelf_proxy |
- | 1.0.4 | 1.0.4 |
shelf_static |
- | 1.1.3 | 1.1.3 |
source_span |
- | 1.10.0 | 1.10.0 |
stack_trace |
- | 1.12.0 | 1.12.0 |
state_notifier |
- | 1.0.0 | 1.0.0 |
stream_channel |
- | 2.1.2 | 2.1.2 |
stream_transform |
- | 2.1.0 | 2.1.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
vm_service |
- | 14.3.1 | 14.3.1 |
watcher |
- | 1.1.0 | 1.1.0 |
web |
- | 1.1.0 | 1.1.0 |
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: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Dart 3.5.4
.
Check the analysis log for details.