mapbox_directions 0.0.2+1
mapbox_directions: ^0.0.2+1 copied to clipboard
This flutter package makes it easier to fetch routes from Mapbox. Currently there are only limited configurations possible.
0.0.1 05.03.2021 #
Initial Release
- Base Features
- Get the Directions between two or more coordinates
- Limited Configuration capability
0.0.2 05.03.2021 #
Added Repository to pubspec.yaml
0.0.2+1 18.03.2021 #
- Added options for alternatives (unimplemented)
- Added options for excluding flags (unimplemented)
- Added more documentation
- Fixed flutter analyze issues