theseus_navigator 0.8.3
theseus_navigator: ^0.8.3 copied to clipboard
Theseus Navigator is based on Navigator 2.0 / Router and offers declarative navigation scheme, easy API, supports deeplinks, nested navigators and more.
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
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting theseus_navigator... Discovering libraries... Linking elements... Precaching local docs for 634943 elements... Initialized dartdoc with 785 libraries Generating docs for library theseus_navigator.dart from package:theseus_navigator/theseus_navigator.dart... ERR: warning: theseus_navigator has no library level documentation comments from theseus_navigator: (file:///tmp/pana_ARXZUS/lib/theseus_navigator.dart:1:1)
dartdoc 8.3.4 (/tmp/analyzerPPXTJH/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.8.1.snapshot) failed: Stack Overflow #0 RangeError.checkValidRange (dart:core/errors.dart:375:3) #1 List.sublist (dart:core-patch/growable_array.dart:84:38) #2 CommentReferable._childLookups.
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.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/src/widgets/navigator_builder.dart:102:7
╷
102 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/navigator_builder.dart
INFO: 'onPopPage' is deprecated and shouldn't be used. Use onDidRemovePage instead. This feature was deprecated after v3.16.0-17.0.pre.
lib/src/router_delegate.dart:56:7
╷
56 │ onPopPage: (route, result) {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/router_delegate.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
^1.16.0 |
1.19.1 | 1.19.1 | |
flutter_lints |
^2.0.3 |
2.0.3 | 6.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
lints |
- | 2.1.1 | 6.0.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
vector_math |
- | 2.1.4 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.0.3` on flutter_lints does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions flutter_lints
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.