reio_router 0.2.4+1.0.3
reio_router: ^0.2.4+1.0.3 copied to clipboard
The official router for Reio.dart. Single-page application routing.
We analyzed this package 7 days ago, and awarded it 70 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: reio_router.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: reio_router, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Homepage URL doesn't exist.
At the time of the analysis https://reiodart.vercel.app was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/MineEjo/reiodart/tree/master/packages/router was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://mineejo.github.io/reiodart was unreachable. Make sure that the website is reachable via HEAD requests.
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
100 out of 107 API elements (93.5 %) have documentation comments.
Some symbols that are missing documentation: widget, widget.Widget.Widget.new, widget.Widget.destroy, widget.Widget.node, widget.WidgetRouter.WidgetRouter.new.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
ERROR: Undefined name 'slotParent'.
lib/src/widget/widget.dart:32:5
╷
32 │ slotParent = slot.parent;
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/widget/widget.dart
ERROR: Undefined name 'slotPosition'.
lib/src/widget/widget.dart:33:5
╷
33 │ slotPosition = slotParent?.children.indexOf(slot);
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/widget/widget.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
reio |
^0.2.4 |
0.2.14 | 0.3.3 | Discontinued |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.2.4` on reio does not support the stable version `0.3.1`.
Try running dart pub upgrade --major-versions reio to update the constraint.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- reio.
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.10, Dart 3.11.1.
Check the analysis log for details.