Releases: googlemaps/flutter-navigation-sdk
Releases · googlemaps/flutter-navigation-sdk
v0.6.2
0.6.2 (2025-06-24)
Features
- upgrade dependencies and environment requirements (#375) (5a83661)
Bug Fixes
- add assert to NavigationWaypoint constructor (#387) (aff35af)
v0.6.1
0.6.1 (2025-05-14)
Bug Fixes
- error handling for awaitMapReady calls (#353) (867f500)
- hide report incident button from the carplay view (#364) (794a890)
v0.6.0
0.6.0 (2025-04-11)
⚠ BREAKING CHANGES
- switch to TLHC mode to fix rendering issues on Android (#340)
Features
- support for real-time disruption settings (#338) (97c803f)
- switch to TLHC mode to fix rendering issues on Android (#340) (76685a7)
- update navigation SDKs (#332) (ed31ce0)
Bug Fixes
- initialize view listeners on platform view creation (#342) (e113fdd)
v0.5.2
0.5.2 (2025-03-31)
Bug Fixes
- polyline, polygon and circle click events (#326) (71ad280)
- update minimum supported SDK version to Flutter 3.27/Dart 3.6. (#301) (32e5b9f)
v0.5.1
0.5.1 (2025-02-27)
Features
- support navigation disposal on app exit on android (#289) (8bc03c1)
Bug Fixes
Miscellaneous Chores
- improve platform interface by removing unnecessary abstraction (#233) (da716a7)
- updates navigation SDK for android to 6.1.0 (#282) (af21548)
0.5.0
0.5.0 (2025-02-10)
Features
0.4.0
0.4.0 (2024-10-30)
Features
- standalone classic mapview (#181) (e85f590)
- update navigation sdk versions (iOS -> 9.1.2, Android -> 6.0.0) and min iOS version to 15 (#177) (fa9eb88)
Bug Fixes
- make ios map view array thread safe (#180) (8f0283f)
- showStopLights and showDestinationMarkers functionality on iOS (#178) (d882837)
0.3.0
What's Changed
As of v0.3.0, this package is now distributed through pub.dev. See the README for new installation instructions.
- ci: update action scripts for setup-java and upload-artifact by @jokerttu in #96
- chore: rename tools directory as tool by @jokerttu in #90
- chore: use rules from flutter_lints package by @jokerttu in #94
- docs: Update README.md to promote repo to public by @caio1985 in #53
- feat: update pubspec to prepare for 0.3.0 release by @wangela in #97
- docs: update changelog for 0.3.0 by @wangela in #98
- chore: update package name in pubspec by @wangela in #99
- docs: update package description in pubspec by @wangela in #102
- chore: update project source for new package name by @jokerttu in #103
New Contributors
Full Changelog: 0.2.3-beta...0.3.0
0.2.3-beta
What's Changed
- chore: improve ci concurrency and tests by @jokerttu in #74
- chore: update melos to 6.0.0 by @jokerttu in #78
- chore: add iOS privacy manifest by @jokerttu in #63
- chore: update patrol and minimum SDK version to Flutter 3.22.1/Dart 3.4 by @jokerttu in #92
0.2.1-beta - Test improvements and CI configurations
Added a CI configuration for these jobs:
Flutter analyze
Format
Unit tests for Dart, Android and iOS
Build Android and iOS
Integration tests for Android and iOS
License header check
Added a dependabot configuration
Added more integration tests, mostly for event listeners
Improved the reliability of some flaky integration tests