navigator_manager 1.0.0 copy "navigator_manager: ^1.0.0" to clipboard
navigator_manager: ^1.0.0 copied to clipboard

A Flutter router based on navigator 2.0 for app and web, provide many useful methods and send params easily.

130/ 160
pub points
67
downloads

We analyzed this package 30 hours ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

62 out of 109 API elements (56.9 %) have documentation comments.

Some symbols that are missing documentation: navigator_manager, navigator_manager.CreateRoutePage, navigator_manager.CreateRoutePage.CreateRoutePage.new, navigator_manager.CreateRoutePage.child, navigator_manager.CreateRoutePage.fullscreenDialog.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 7 issues. Showing the first 2:

WARNING: Unnecessary type check; the result is always 'true'.

lib/src/navigator_manager_delegate.dart:157:29

    ╷
157 │       if (params != null && params is List) {
    │                             ^^^^^^^^^^^^^^
    ╵

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

WARNING: The '!' will have no effect because the receiver can't be null.

lib/src/navigator_manager_information_parser.dart:8:42

  ╷
8 │       Uri.parse(routeInformation.location!);
  │                                          ^
  ╵

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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
provider ^5.0.0 5.0.0 6.1.5+1
route_observer_mixin ^1.5.0+1 1.5.0+1 1.8.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
disposable_provider - 2.3.0 2.4.0
freezed_annotation - 0.14.3 3.1.0
json_annotation - 4.11.0 4.11.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
nested - 1.0.0 1.0.0
riverpod - 0.14.0+3 3.2.1
rxdart - 0.28.0 0.28.0
state_notifier - 0.7.2+1 1.0.0
vector_math - 2.2.0 2.2.0

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

The constraint `^5.0.0` on provider does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions provider to update the constraint.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
130
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter router based on navigator 2.0 for app and web, provide many useful methods and send params easily.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider, route_observer_mixin

More

Packages that depend on navigator_manager