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.

2
likes
90/ 160
pub points
0%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

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.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/MineEjo/reiodart/issues 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.

Failed to verify repository URL.

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.

Repository has no matching pubspec.yaml with name: reio_router.

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

100 out of 105 API elements (95.2 %) have documentation comments.

Some symbols that are missing documentation: widget, widget.Widget.destroy, widget.Widget.node, widget_html, widget_html.Route.node.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Web

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:reio_router/widget.dart that declares support for platforms: Web.
Package does not support platform `iOS`.

Because:

  • package:reio_router/widget.dart that declares support for platforms: Web.
Package does not support platform `Windows`.

Because:

  • package:reio_router/widget.dart that declares support for platforms: Web.
Package does not support platform `Linux`.

Because:

  • package:reio_router/widget.dart that declares support for platforms: Web.
Package does not support platform `macOS`.

Because:

  • package:reio_router/widget.dart that declares support for platforms: Web.

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 10 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
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
reio ^0.2.4 0.2.14 0.3.3

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.

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.12, Dart 3.5.3.

Check the analysis log for details.

2
likes
90
pub points
0%
popularity

Publisher

unverified uploader

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

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

reio

More

Packages that depend on reio_router