pretrip_decision_advisor 0.1.0 copy "pretrip_decision_advisor: ^0.1.0" to clipboard
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_advisor

With Flutter:

 $ flutter pub add pretrip_decision_advisor

This 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.0

Alternatively, 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';
0
likes
140
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure Dart pre-trip departure-timing decision advisor contract for snow-zone navigation. Defines abstract PretripAdvisor + PretripRecommendation DTO + CommuteShape + weather forecast inputs + decoupled DriverProfileSpec. Interface-only at 0.1.0; reference implementations compose with this contract. No Flutter dependency; consumable from CLI / server-side / any Pure Dart package.

Repository (GitHub)
View/report issues
Contributing

Topics

#navigation #safety #automotive #driving #weather

License

BSD-3-Clause (license)

More

Packages that depend on pretrip_decision_advisor