flutter_mapbox_navigation 0.2.2 flutter_mapbox_navigation: ^0.2.2 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.2.2 #
- Fix issue with voice units in Android
- Fix BannerText, VoiceInstruction and Off Route Events
0.2.1 #
- Fix issue with setting the language in Android
0.2.0 #
- Update MapBox Android Version
- Resolve issue where Navigation Does Not Dismiss Activity on Cancel
0.1.9 #
0.1.7 #
- Fix Android mainClass entry Error
0.1.6 #
- Embedded Clear Route Bug Fix
0.1.4 #
0.1.2 #
0.1.1 #
0.1.0 #
- breaking changes
- Android Gradle Upgrade
- Bug Fixes
- MapBox Library Upgrade
- iOS MapBox Token Property Name in info.plist is now MBXAccessToken
- Embedded Nav Broken in Android - Working On It
0.0.26 #
- not implemented bug for onNextLegStart
0.0.25 #
- bug fixes
0.0.24 #
- bug fixes
0.0.22 #
- bug fixes
0.0.21 #
- Fix static analysis bug
0.0.20 #
- Upgrade Mapbox Libraries
- Upgrade to Null Safety
0.0.19 #
- Upgrade MapBox Android to v1.0.1
- Gradle Updates
- Bug Fixes
0.0.18 #
- Bug Fixes
0.0.17 #
- Offline Navigation
- Bug Fixes
0.0.16 #
- Refactoring with breaking changes. Sorry :-(
- Add Embedded Navigation
- Consolidated Navigation Options
- Add ability to change map style
- Can select alternate routes
0.0.15 #
- Remove Dialog at WayPoint Arrival
- Tweak iOS WayPoint navigation behavior to match Android
- Bug Fixes
0.0.14 #
- Bug Fixes
0.0.13 #
- Apply Dart Formats
- Added Some Documentation
- Bug Fixes
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