riverpod_extension 1.5.0
riverpod_extension: ^1.5.0 copied to clipboard
Handy riverpod extensions. To aid in building applications which uses the riverpod package
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
227 out of 313 API elements (72.5 %) have documentation comments.
Some symbols that are missing documentation: riverpod_extension, riverpod_extension.DynamicPathSegmentTemplate, riverpod_extension.DynamicPathSegmentTemplate.DynamicPathSegmentTemplate.new, riverpod_extension.DynamicPathSegmentTemplate.name, riverpod_extension.DynamicPathSegmentTemplate.prefix.
10/10 points: Package has 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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 813 issues. Showing the first 2:
WARNING: Duplicate export.
lib/riverpod_extension.dart:30:8
╷
30 │ export 'src/routing/pop_result.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/riverpod_extension.dart
WARNING: The keyword 'final' isn't necessary because the parameter is implicitly 'final'.
lib/src/exceptions/http_exception.dart:8:14
╷
8 │ required final this.response,
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/exceptions/http_exception.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.8.2 |
2.13.0 | 2.13.0 | |
equatable |
^2.0.3 |
2.0.7 | 2.0.7 | |
flutter_hooks |
^0.18.4 |
0.18.6 | 0.21.3+1 | |
flutter_state_notifier |
^0.7.1 |
0.7.3 | 1.0.0 | |
freezed |
^2.0.3+1 |
2.5.8 | 3.2.3 | |
freezed_annotation |
^2.0.3 |
2.4.4 | 3.1.0 | |
hooks_riverpod |
^1.0.4 |
1.0.4 | 3.0.3 | |
http |
^0.13.4 |
0.13.6 | 1.5.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 85.0.0 | 92.0.0 | |
analyzer |
- | 7.7.1 | 9.0.0 | |
args |
- | 2.7.0 | 2.7.0 | |
build |
- | 2.4.2 | 4.0.2 | |
build_config |
- | 1.2.0 | 1.2.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dart_style |
- | 3.1.1 | 3.1.2 | |
file |
- | 7.0.1 | 7.0.1 | |
flutter_riverpod |
- | 1.0.4 | 3.0.3 | |
glob |
- | 2.1.3 | 2.1.3 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
pubspec_parse |
- | 1.5.0 | 1.5.0 | |
riverpod |
- | 1.0.3 | 3.0.3 | |
source_gen |
- | 2.0.0 | 4.0.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
state_notifier |
- | 0.7.2+1 | 1.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
watcher |
- | 1.1.4 | 1.1.4 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^0.18.4` on flutter_hooks does not support the stable version `0.19.0`.
Try running dart pub upgrade --major-versions flutter_hooks to update the constraint.
The constraint `^0.7.1` on flutter_state_notifier does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions flutter_state_notifier to update the constraint.
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.24, Flutter 3.35.5, Dart 3.9.2.
Check the analysis log for details.