flutter_mapbox_navigation 0.0.12 flutter_mapbox_navigation: ^0.0.12 copied to clipboard
Add Turn By Turn Navigation to Your Flutter Application Using MapBox. Never leave your app when you need to navigate your users to a location.
0.0.12 #
- Added Multi-Stop WayPoint Navigation
- More Detailed Progress Events like route leg and step details
- MapBox Version Updates
0.0.11 #
- Deprecated NavigationMode. Use MapBoxNavigationMode instead.
- Upgrade MapBox Libraries
- Android Gradle Update
- Bug Fixes
0.0.10 #
- Added ability to override the measurement system used in spoken instructions
0.0.9 #
- Added option to change default language. See example in Read Me. This is only the language for the spoken instruction.
0.0.8 #
- Plugin upgrade for Flutter 1.12
0.0.7 #
- Remove extraneous jars for Kotlin-Reflect Inserted to lib folder by Android Studio
0.0.6 #
- Android Bug Fix
0.0.5 #
*[Breaking] Constructor and Name Change. See Example
- Route Progress And Arrival Events on iOS. Android Pending.
- Ending Navigation
- Navigation Modes Support (driving, walking, cycling)
- Simulation Mode Support
0.0.4 #
- Gradle 5.4.1 Support
- Mapbox Update to Current Versions
- iOS 10 Minimum Requirement
0.0.3 #
- Added AndroidX Support
0.0.2 #
- Added Android Support
0.0.1 #
- Initial Release That Targets only iOS