pretrip_decision_advisor 0.1.0
pretrip_decision_advisor: ^0.1.0 copied to clipboard
Pure Dart pre-trip departure-timing decision advisor contract for snow-zone navigation. Defines abstract PretripAdvisor + PretripRecommendation DTO + CommuteShape + weather forecast inputs + decoupled [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pretrip_decision_advisorWith Flutter:
$ flutter pub add pretrip_decision_advisorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pretrip_decision_advisor: ^0.1.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:pretrip_decision_advisor/pretrip_decision_advisor.dart';