Skip to content

Releases: googlemaps/flutter-navigation-sdk

v0.8.0

16 Dec 09:01
bf1c220

Choose a tag to compare

0.8.0 (2025-12-15)

⚠ BREAKING CHANGES

  • Most fields in StepInfo are now nullable. Null checks for these properties must be handled.

Features

  • add controls for light and dark modes (#548) (7ed6692)
  • add traffic delay severity (#543) (db19ffc)
  • upgrade to latest native SDK's (#526) (0c358cb)
    • Upgrades Android SDK to version 7.2.0
    • Upgrades iOS SDK to version 10.6.0
    • Adds support for Map ID (cloud-based styling)
    • Adds support for controlling building visibility
    • Adds support for controlling incident panel visibility and detecting visibility changes
    • Updates Android minSdkVersion to 24
    • Updates minimum supported SDK version to Flutter 3.32/Dart 3.8
    • Deprecates NavigationDisplayOptions.showStopSigns and NavigationDisplayOptions.showTrafficLights
    • Deprecates Navigator.setOnGpsAvailabilityListener in favor of Navigator.setOnGpsAvailabilityChangeListener

Bug Fixes

  • ios view registration race condition (#555) (577d10f)

v0.7.0

24 Nov 09:06
a137af4

Choose a tag to compare

0.7.0 (2025-11-20)

⚠ BREAKING CHANGES

  • native state issues on Android when multiple engines are used (#525)

Features

  • add interface for listening new navigation sessions (#530) (6128cc6)

Bug Fixes

  • native state issues on Android when multiple engines are used (#525) (cb7d61e)

v0.6.5

14 Oct 18:30
b53bbf0

Choose a tag to compare

0.6.5 (2025-10-14)

Features

  • deprecate continueToNextDestination method (#490) (083fcc5)
  • improve string presentation for internal classes (#491) (a6aef40)

Bug Fixes

  • flutter plugin lifecycle logic (#487) (48dd3e4)
  • view dispose crash on android if view is on background (#453) (9774479)

v0.6.4

11 Aug 12:58
4e5e0d8

Choose a tag to compare

0.6.4 (2025-08-08)

Bug Fixes

  • waypoint conversion issue while using placeId (#439) (9280761)

v0.6.3

05 Aug 09:06
f172971

Choose a tag to compare

0.6.3 (2025-08-05)

Bug Fixes

  • fix background location updates on iOS (#404) (7389afe)

v0.6.2

01 Jul 05:16
b73349d

Choose a tag to compare

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

15 May 06:59
42faf5b

Choose a tag to compare

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

23 Apr 06:55
537628f

Choose a tag to compare

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

31 Mar 10:43
9791879

Choose a tag to compare

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

28 Feb 11:45
00d2474

Choose a tag to compare

0.5.1 (2025-02-27)

Features

  • support navigation disposal on app exit on android (#289) (8bc03c1)

Bug Fixes

  • android unregisterListeners crash on app disposal (#283) (fa71176)
  • camera events on mapview (#292) (d6aaa0d)

Miscellaneous Chores

  • improve platform interface by removing unnecessary abstraction (#233) (da716a7)
  • updates navigation SDK for android to 6.1.0 (#282) (af21548)