route_condition_forecast 0.1.0
route_condition_forecast: ^0.1.0 copied to clipboard
Per-segment weather and hazard forecasting along a planned route. Projects driving_weather conditions and fleet_hazard zones onto route segments with time-of-arrival weighting. Pure Dart, no Flutter d [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add route_condition_forecastThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
route_condition_forecast: ^0.1.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:route_condition_forecast/route_condition_forecast.dart';