blessing 0.0.4
blessing: ^0.0.4 copied to clipboard
Blessing package project.
We analyzed this package 5 days ago, and awarded it 95 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.4").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
18 out of 85 API elements (21.2 %) have documentation comments.
Some symbols that are missing documentation: blessing
, delegate
, delegate.SimpleRouterDelegate
, delegate.SimpleRouterDelegate.SimpleRouterDelegate.new
, delegate.SimpleRouterDelegate.builder
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
WARNING: The '!' will have no effect because the receiver can't be null.
lib/routing/parser.dart:25:43
╷
25 │ final path = routeInformation.location!;
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/routing/parser.dart
INFO: 'location' is deprecated and shouldn't be used. Use uri instead. This feature was deprecated after v3.8.0-3.0.pre.
lib/routing/parser.dart:25:35
╷
25 │ final path = routeInformation.location!;
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/routing/parser.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
adaptive_navigation |
^0.0.7 |
0.0.10 | 0.0.10 | Discontinued |
collection |
^1.16.0 |
1.19.1 | 1.19.1 | |
path_to_regexp |
^0.4.0 |
0.4.0 | 0.4.0 | |
quiver |
^3.1.0 |
3.2.2 | 3.2.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
adaptive_breakpoints |
- | 0.1.7 | 0.1.7 | Discontinued |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.1 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.7 | 0.7.7 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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:
- adaptive_navigation.
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.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.