riverpod_extension 1.5.0 copy "riverpod_extension: ^1.5.0" to clipboard
riverpod_extension: ^1.5.0 copied to clipboard

Handy riverpod extensions. To aid in building applications which uses the riverpod package

11
likes
100/ 140
pub points
61%
popularity

We analyzed this package 27 hours ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

227 out of 311 API elements (73.0 %) have documentation comments.

Some symbols that are missing documentation: riverpod_extension, riverpod_extension.DynamicPathSegmentTemplate, riverpod_extension.DynamicPathSegmentTemplate.DynamicPathSegmentTemplate, riverpod_extension.DynamicPathSegmentTemplate.name, riverpod_extension.DynamicPathSegmentTemplate.prefix.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 96 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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
async ^2.8.2 2.11.0 2.11.0
equatable ^2.0.3 2.0.5 2.0.5
flutter flutter 0.0.0 0.0.0
flutter_hooks ^0.18.4 0.18.6 0.20.5
flutter_state_notifier ^0.7.1 0.7.3 1.0.0
freezed ^2.0.3+1 2.5.2 2.5.2
freezed_annotation ^2.0.3 2.4.1 2.4.1
hooks_riverpod ^1.0.4 1.0.4 2.5.1
http ^0.13.4 0.13.6 1.2.1
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 67.0.0 68.0.0
analyzer - 6.4.1 6.5.0
args - 2.5.0 2.5.0
build - 2.4.1 2.4.1
build_config - 1.1.1 1.1.1
characters - 1.3.0 1.3.0
checked_yaml - 2.0.3 2.0.3
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
dart_style - 2.3.6 2.3.6
file - 7.0.0 7.0.0
flutter_riverpod - 1.0.4 2.5.1
glob - 2.1.2 2.1.2
http_parser - 4.0.2 4.0.2
json_annotation - 4.9.0 4.9.0
logging - 1.2.0 1.2.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.15.0
nested - 1.0.0 1.0.0
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
provider - 6.1.2 6.1.2
pub_semver - 2.1.4 2.1.4
pubspec_parse - 1.2.3 1.2.3
riverpod - 1.0.3 2.5.1
sky_engine - 0.0.99 0.0.99
source_gen - 1.5.0 1.5.0
source_span - 1.10.0 1.10.0
state_notifier - 0.7.2+1 1.0.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
watcher - 1.1.0 1.1.0
yaml - 3.1.2 3.1.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 4 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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

11
likes
100
pub points
61%
popularity

Publisher

unverified uploader

Handy riverpod extensions. To aid in building applications which uses the riverpod package

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

async, equatable, flutter, flutter_hooks, flutter_state_notifier, freezed, freezed_annotation, hooks_riverpod, http

More

Packages that depend on riverpod_extension