mapbox_directions 0.0.2+3 copy "mapbox_directions: ^0.0.2+3" to clipboard
mapbox_directions: ^0.0.2+3 copied to clipboard

This flutter package makes it easier to fetch routes from Mapbox. Currently there are only limited configurations possible.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mapbox_directions

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

dependencies:
  mapbox_directions: ^0.0.2+3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mapbox_directions/mapbox_directions.dart';
0
likes
30
pub points
9%
popularity

Publisher

unverified uploader

This flutter package makes it easier to fetch routes from Mapbox. Currently there are only limited configurations possible.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

enum_to_string, flutter, http, latlng

More

Packages that depend on mapbox_directions