navigation_safety_core 0.10.0
navigation_safety_core: ^0.10.0 copied to clipboard
Pure Dart core models for navigation safety: alert severity, safety score, threshold config, navigation route, and safety scenario identifiers. No Flutter dependency. Consumed by navigation_safety (th [...]
We analyzed this package 14 hours ago, and awarded it 150 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
140 out of 182 API elements (76.9 %) have documentation comments.
Some symbols that are missing documentation: navigation_safety_core.AlertExplainer.AlertExplainer.new, navigation_safety_core.ConfidenceProvider.ConfidenceProvider.new, navigation_safety_core.LoomFitTelemetry.LoomFitTelemetry.new, navigation_safety_core.NavigationManeuver.NavigationManeuver.new, navigation_safety_core.NavigationRoute.NavigationRoute.new.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
equatable |
^2.0.7 |
2.0.8 | 2.0.8 | |
latlong2 |
^0.9.1 |
0.9.1 | 0.10.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
intl |
- | 0.20.2 | 0.20.2 | |
meta |
- | 1.18.2 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.9.1` on latlong2 does not support the stable version `0.10.0`, that was published 11 days ago.
When latlong2 is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions latlong2 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.12, Dart 3.11.5.
Check the analysis log for details.