Skip to content

Releases: googlemaps/flutter-navigation-sdk

v0.10.0

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 03 Jul 05:53
2656ec7

0.10.0 (2026-07-02)

⚠ BREAKING CHANGES

  • updated the minimum Kotlin version to 2.3.0 (#735)

Features

  • add navigation UI enabled listener for auto views (#721) (2e6f838)
  • navigation header styling support (#728) (b5c2805)
  • upgrade android sdk to 7.7.0 and ios sdk to 10.14.0 (#735) (e04e3fe)

Bug Fixes

v0.9.4

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 09 Jun 15:29
e0e3d90

0.9.4 (2026-06-09)

Features

  • add indoor map controls for map and navigation views (#716) (d2c3319)
  • support custom Flutter messages to auto views (#719) (6b810b0)

v0.9.3

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 05 Jun 13:57
537d0de

0.9.3 (2026-06-05)

Features

  • add missing features for Android Auto and CarPlay (#568) (0329316)
  • modernize Android build toolchain (#711) (02426c7)

v0.9.2

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 25 May 12:59
3d7a713

0.9.2 (2026-05-25)

Features

v0.9.1

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 30 Apr 16:20
5d40fc5

0.9.1 (2026-04-30)

Features

v0.9.0

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 24 Apr 13:39
66065af

0.9.0 (2026-04-24)

⚠ BREAKING CHANGES

  • continueToNextDestination() return type changed from NavigationWaypoint? to ContinueToNextDestinationResponse, which contains waypoint (NavigationWaypoint?) and routeStatus (NavigationRouteStatus?, iOS only). The method has also been un-deprecated and it is now the recommended way to advance to the next waypoint when navigating to multiple destinations.

Features

  • upgrade Nav SDKs to Android 7.6.0 and iOS 10.12.0 (#664) (013f386)

Bug Fixes

  • adds missing mapping for onMyLocationClicked and onMyLocationButtonClicked events (#666) (caad31b)

v0.8.4

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 01 Apr 07:48
a012aa5

0.8.4 (2026-04-01)

Features

  • upgrade navigation SDK for Android to version 7.5.0 (#640) (8373ae7)

v0.8.3

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 13 Mar 12:50
c79461b

0.8.3 (2026-03-13)

Features

  • upgrade Android (7.4.0) and iOS (10.10.0) Nav SDKs (#624) (004f6a1)

v0.8.2

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 20 Jan 12:25
aba3a7b

0.8.2 (2026-01-20)

Features

  • add support for maneuver and lanes images (#546) (767cda4)
  • support for speed alert options (#585) (3c98d7a)
  • support for terms and conditions UI customization (#569) (f8e9867)

Bug Fixes

  • filter out null from navigation steps on android (#592) (82e28b7)
  • store images in a map instead of an array in ImageRegistry (#588) (b083beb)

v0.8.1

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 12 Jan 09:38
89c8b58

0.8.1 (2026-01-08)

Features

Bug Fixes