navigator_manager 1.0.0
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.
We analyzed this package 5 hours ago, and awarded it 130 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
10/10 points: Use an OSI-approved license
Detected license: MIT.
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.
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
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
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
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.2 | |
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.3.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.
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.23.11, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.