spry_router 1.2.1 copy "spry_router: ^1.2.1" to clipboard
spry_router: ^1.2.1 copied to clipboard

discontinuedreplaced by: spry

A request router for the Spry web framework that supports matching handlers from path expressions.

1
likes
140/ 160
pub points
97
downloads

We analyzed this package 8 days ago, and awarded it 140 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.

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: spry_router,
    • contains a version property, and,
    • does not contain a publish_to property.

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

Repository URL doesn't exist.

At the time of the analysis https://github.com/odroe/spry/tree/main/packages/spry_router 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

32 out of 35 API elements (91.4 %) have documentation comments.

Some symbols that are missing documentation: spry.router, spry.router.MiddlewareExtension, spry.router.operator.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:spry_router/spry_router.dart that imports:
  • package:spry_router/src/request_params_extension.dart that imports:
  • package:spry/spry.dart that imports:
  • package:spry/src/spry_http_exception.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:spry_router/spry_router.dart that imports:
  • package:spry_router/src/request_params_extension.dart that imports:
  • package:spry/spry.dart that imports:
  • package:spry/src/spry_http_exception.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

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

Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

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
http_methods ^1.1.0 1.1.1 1.1.1
prexp ^0.1.2 0.1.2 0.1.2 Discontinued
spry >=2.0.0 <3.0.0 2.4.0 6.2.0
Transitive dependencies
Package Constraint Compatible Latest Notes
meta - 1.16.0 1.16.0
mime - 1.0.6 2.0.0
path - 1.9.1 1.9.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `>=2.0.0 <3.0.0` on spry does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions spry 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:

  • prexp.

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.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 11Aug 8Sep 5Oct 3Oct 31Nov 28Dec 26Jan 23Feb 20Mar 200510152025303540>=0.0.0-0 <1.0.0>=1.0.0-0 <2.0.0
1
likes
140
points
97
downloads

Publisher

verified publisherodroe.com

Weekly Downloads

2024.09.26 - 2025.04.10

A request router for the Spry web framework that supports matching handlers from path expressions.

Documentation

API reference

License

MIT (license)

Dependencies

http_methods, prexp, spry

More

Packages that depend on spry_router