adaptive_reroute 0.2.3 copy "adaptive_reroute: ^0.2.3" to clipboard
adaptive_reroute: ^0.2.3 copied to clipboard

Safety-driven route adaptation for winter driving. Evaluates route condition forecasts, decides when rerouting is justified, and generates detour waypoints to bypass hazard zones. Pure Dart, no Flutte [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add adaptive_reroute

With Flutter:

 $ flutter pub add adaptive_reroute

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  adaptive_reroute: ^0.2.3

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:adaptive_reroute/adaptive_reroute.dart';
0
likes
140
points
408
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Safety-driven route adaptation for winter driving. Evaluates route condition forecasts, decides when rerouting is justified, and generates detour waypoints to bypass hazard zones. Pure Dart, no Flutter dependency.

Repository (GitHub)
View/report issues
Contributing

Topics

#navigation #safety #automotive #winter-driving #routing

License

BSD-3-Clause (license)

Dependencies

driving_weather, equatable, fleet_hazard, latlong2, route_condition_forecast, routing_engine

More

Packages that depend on adaptive_reroute