reio_router 0.2.4+1.0.3 copy "reio_router: ^0.2.4+1.0.3" to clipboard
reio_router: ^0.2.4+1.0.3 copied to clipboard

discontinued

The official router for Reio.dart. Single-page application routing.

70/ 160
pub points
94
downloads

We analyzed this package 7 days ago, and awarded it 70 pub points (of a possible 160):

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

Failed check 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:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: reio_router,
    • contains a version property, and,
    • does not contain a publish_to property.
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.

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

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.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

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

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

Failed check 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

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
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.

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, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
70
points
94
downloads

Publisher

unverified uploader

Weekly Downloads

The official router for Reio.dart. Single-page application routing.

Documentation

API reference

License

MIT (license)

Dependencies

reio

More

Packages that depend on reio_router