spry 3.3.1
spry: ^3.3.1 copied to clipboard
Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.
We analyzed this package 22 days ago, and awarded it 140 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.
10/10 points: 20% or more of the public API has dartdoc comments
95 out of 157 API elements (60.5 %) have documentation comments.
Some symbols that are missing documentation: spry, spry.Abort, spry.AbortException, spry.Application, spry.Application$Encoding.
10/10 points: Package has an example
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/spry.dartthat imports:package:spry/src/routing/routes_builder+methods.dartthat imports:package:spry/src/routing/routes_builder+closure.dartthat imports:package:spry/src/routing/routes_builder.dartthat imports:package:spry/src/routing/route.dartthat imports:package:spry/src/handler/handler.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Unnecessary 'this.' qualifier.
lib/src/routing/route.dart:23:25
╷
23 │ segments: path ?? this.segments,
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/routing/route.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
routingkit |
^0.2.0 |
0.2.1 | 5.1.2 | |
webfetch |
^0.0.16 |
0.0.17 | 0.1.0 | Discontinued |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
mime |
- | 1.0.6 | 2.0.0 | |
web |
- | 0.5.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^0.2.0` on routingkit does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions routingkit to update the constraint.
The constraint `^0.0.16` on webfetch does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions webfetch 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, Dart 3.10.4.
Check the analysis log for details.