riverpod_navigator 1.0.10 copy "riverpod_navigator: ^1.0.10" to clipboard
riverpod_navigator: ^1.0.10 copied to clipboard

Simple but powerfull Flutter navigation with riverpod and Navigator 2.0

25
likes
120/ 140
pub points
57%
popularity

We analyzed this package 6 days ago, and awarded it 120 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 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

10/10 points: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

67 out of 179 API elements (37.4 %) have documentation comments.

Some symbols that are missing documentation: main, main.MyApp, main.MyApp.MyApp, main.MyHomePage, main.MyHomePage.MyHomePage.

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
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 4 issues. Showing the first 2:

INFO: 'headline4' is deprecated and shouldn't be used. Use headlineMedium instead. This feature was deprecated after v3.1.0-0.0.pre.

lib/main.dart:103:50

    ╷
103 │               style: Theme.of(context).textTheme.headline4,
    │                                                  ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/main.dart

INFO: The file name 'routeDelegate.dart' isn't a lower_case_with_underscores identifier.

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/routeDelegate.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
flutter flutter 0.0.0 0.0.0
flutter_hooks ^0.18.2 0.18.6 0.20.5
flutter_spinkit ^5.1.0 5.2.1 5.2.1
hooks_riverpod ^2.0.2 2.5.1 2.5.1
meta ^1.7.0 1.11.0 1.14.0
riverpod_navigator_core 1.0.10 1.0.10 1.0.10
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
flutter_riverpod - 2.5.1 2.5.1
material_color_utilities - 0.8.0 0.11.1
path - 1.9.0 1.9.0
riverpod - 2.5.1 2.5.1
sky_engine - 0.0.99 0.0.99
stack_trace - 1.11.1 1.11.1
state_notifier - 1.0.0 1.0.0
tuple - 2.0.2 2.0.2
vector_math - 2.1.4 2.1.4

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

The constraint `^0.18.2` 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.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

25
likes
120
pub points
57%
popularity

Publisher

unverified uploader

Simple but powerfull Flutter navigation with riverpod and Navigator 2.0

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_hooks, flutter_spinkit, hooks_riverpod, meta, riverpod_navigator_core

More

Packages that depend on riverpod_navigator