trip_routing 0.0.2 copy "trip_routing: ^0.0.2" to clipboard
trip_routing: ^0.0.2 copied to clipboard

Flutter on-device trip-routing calculator package for multiple waypoints, optimized for food traffic.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add trip_routing

With Flutter:

 $ flutter pub add trip_routing

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

dependencies:
  trip_routing: ^0.0.2

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:trip_routing/trip_routing.dart';
1
likes
0
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter on-device trip-routing calculator package for multiple waypoints, optimized for food traffic.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, http, latlong2

More

Packages that depend on trip_routing