route_condition_forecast 0.2.0
route_condition_forecast: ^0.2.0 copied to clipboard
Per-segment weather and hazard forecasting along a planned route. Projects driving_weather + fleet_hazard onto route segments. Pure Dart.
We analyzed this package 22 hours 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
50 out of 65 API elements (76.9 %) have documentation comments.
Some symbols that are missing documentation: route_condition_forecast.CurrentConditionsForecastProvider.CurrentConditionsForecastProvider.new, route_condition_forecast.ForecastProvider.ForecastProvider.new, route_condition_forecast.RouteConditionForecaster.RouteConditionForecaster.new, route_condition_forecast.RouteConditionForecaster.segmentationStrategy, route_condition_forecast.RouteForecast.RouteForecast.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The import of 'package:latlong2/latlong.dart' is unnecessary because all of the used elements are also provided by the import of 'package:routing_engine/routing_engine.dart'.
lib/src/models/route_segment.dart:2:8
╷
2 │ import 'package:latlong2/latlong.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/route_segment.dart
INFO: The import of 'package:latlong2/latlong.dart' is unnecessary because all of the used elements are also provided by the import of 'package:routing_engine/routing_engine.dart'.
lib/src/services/route_segmenter.dart:1:8
╷
1 │ import 'package:latlong2/latlong.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/services/route_segmenter.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
driving_weather |
^0.5.0 |
0.5.0 | 0.5.0 | |
equatable |
^2.0.7 |
2.1.0 | 2.1.0 | |
fleet_hazard |
>=0.5.0 <0.8.0 |
0.6.0 | 0.6.0 | |
latlong2 |
^0.9.1 |
0.9.1 | 0.10.1 | |
routing_engine |
>=0.6.0 <0.7.0 |
0.6.1 | 0.6.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
condition_aggregator |
- | 0.0.10 | 0.0.10 | |
condition_aggregator_digitraffic |
- | 0.0.7 | 0.0.7 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.3 | 0.20.3 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.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`.
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.18, Dart 3.13.1.
Check the analysis log for details.