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 18 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 645241 elements... Initialized dartdoc with 803 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_NYOXLD/lib/theseus_navigator.dart:1:1)
dartdoc 9.0.0 (/tmp/analyzerKHHCCJ/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.10.3.snapshot) failed: Stack Overflow #0 Object.hash (dart:core/object.dart:183:3) #1 ConstructedModelElementsKey.hashCode (package:dartdoc/src/model/package_graph.dart:963:36) #2 ConstructedModelElementsKey.hashCode (package:dartdoc/src/model/package_graph.dart) #3 new ModelElement.for_ (package:dartdoc/src/model/model_element.dart:227:70) #4 new ModelElement.forElement (package:dartdoc/src/model/model_element.dart:103:25) #5 Nameable.getModelForElement (package:dartdoc/src/model/nameable.dart:73:20) [66 more lines]
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 6 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: Unnecessary 'this.' qualifier.
lib/src/destination.dart:233:7
╷
233 │ this._transitBuilder == null
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/destination.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.17.0 | 1.17.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 `^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.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.