mapbox_navigation_flutter 0.1.1
mapbox_navigation_flutter: ^0.1.1 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.3.0 #
- Major Update: Modernized plugin for Flutter 3.x and latest platform versions
- Breaking Changes:
- Updated Flutter SDK constraint to >=3.0.0 <4.0.0
- Updated minimum Flutter version to >=3.10.0
- Updated Android minimum SDK to 23 (Android 6.0)
- Updated iOS minimum deployment target to 16.0
- Updated macOS minimum deployment target to 10.15
- Android Updates:
- Updated Android Gradle Plugin to 8.2.2
- Updated Kotlin to 1.9.22
- Updated compileSdk and targetSdk to 34
- Updated Java compatibility to 17
- Updated Mapbox Navigation SDK to 3.0.0
- Updated all Android dependencies to latest versions
- Converted NavigationLauncher from Java to Kotlin (modern Android standard)
- iOS Updates:
- Updated Mapbox Navigation SDK to ~> 3.0
- Updated iOS deployment target to 16.0
- macOS Updates:
- Updated Mapbox Navigation SDK to ~> 3.0
- Updated macOS deployment target to 10.15
- Dependencies Updates:
- Updated plugin_platform_interface to ^2.1.8
- Updated flutter_lints to ^3.0.0
- Updated cupertino_icons to ^1.0.6
- Platform Support: Enabled all platforms (Android, iOS, Linux, macOS, Windows, Web)
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