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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add route_condition_forecastWith Flutter:
$ flutter 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.2.0Alternatively, your editor might support dart pub get or flutter 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';