PackageTrack
Sign in Get early access

google_navigation_flutter

A plugin for adding Google Navigation widget to Flutter apps targeting Android and iOS

0.10.0 3.6K downloads/mo #4325 most downloaded on pub.dev googlemaps/flutter-navigation-sdk

What this package is like to depend on

Last release 1 months ago

03 Jul 2026

Ships fairly regularly

a new release about every 4 weeks

Nearly every release is documented

notes for 23 of 23 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

23 releases · first in 2024

13 releases in the last 12 months

see the full history below

Release timeline

23 releases · Jun 2024 to Jul 2026
2025 2026
Release Pre-release

Releases

latest 23
  1. 0.10.0 03 Jul 2026
    Release notes

    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

    Open source →
    Release notes

    ⚠ 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

    Open source →
  2. 0.9.4 09 Jun 2026
    Release notes

    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)
    Open source →
    Release notes

    Features

    • add indoor map controls for map and navigation views (#716) (d2c3319)
    • support custom Flutter messages to auto views (#719) (6b810b0)
    Open source →
  3. 0.9.3 05 Jun 2026
    Release notes

    0.9.3 (2026-06-05)

    Features

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

    Features

    • add missing features for Android Auto and CarPlay (#568) (0329316)
    • modernize Android build toolchain (#711) (02426c7)
    Open source →
  4. 0.9.2 25 May 2026
    Release notes

    0.9.2 (2026-05-25)

    Features

    Open source →
    Release notes

    Features

    Open source →
  5. 0.9.1 30 Apr 2026
    Release notes

    0.9.1 (2026-04-30)

    Features

    Open source →
    Release notes

    Features

    Open source →
  6. 0.9.0 24 Apr 2026
    Release notes

    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)
    Open source →
    Release notes

    ⚠ 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)
    Open source →
  7. 0.8.4 01 Apr 2026
    Release notes

    0.8.4 (2026-04-01)

    Features

    • upgrade navigation SDK for Android to version 7.5.0 (#640) (8373ae7)
    Open source →
    Release notes

    Features

    • upgrade navigation SDK for Android to version 7.5.0 (#640) (8373ae7)
    Open source →
  8. 0.8.3 13 Mar 2026
    Release notes

    0.8.3 (2026-03-13)

    Features

    • upgrade Android (7.4.0) and iOS (10.10.0) Nav SDKs (#624) (004f6a1)
    Open source →
    Release notes

    Features

    • upgrade Android (7.4.0) and iOS (10.10.0) Nav SDKs (#624) (004f6a1)
    Open source →
  9. 0.8.2 20 Jan 2026
    Release notes

    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)
    Open source →
    Release notes

    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)
    Open source →
  10. 0.8.1 12 Jan 2026
    Release notes

    0.8.1 (2026-01-08)

    Features

    Bug Fixes

    Open source →
    Release notes

    Features

    Bug Fixes

    Open source →
  11. 0.8.0 16 Dec 2025
    Release notes

    ⚠ 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)
    Open source →
  12. 0.7.0 24 Nov 2025
    Release notes

    ⚠ 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)
    Open source →
  13. 0.6.5 14 Oct 2025
    Release notes

    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)
    Open source →
  14. 0.6.4 11 Aug 2025
    Release notes

    Bug Fixes

    • waypoint conversion issue while using placeId (#439) (9280761)
    Open source →
  15. 0.6.3 05 Aug 2025
    Release notes

    Bug Fixes

    • fix background location updates on iOS (#404) (7389afe)
    Open source →
  16. 0.6.2 01 Jul 2025
    Release notes

    Features

    • upgrade dependencies and environment requirements (#375) (5a83661)

    Bug Fixes

    • add assert to NavigationWaypoint constructor (#387) (aff35af)
    Open source →
  17. 0.6.1 15 May 2025
    Release notes

    Bug Fixes

    • error handling for awaitMapReady calls (#353) (867f500)
    • hide report incident button from the carplay view (#364) (794a890)
    Open source →
  18. 0.6.0 23 Apr 2025
    Release notes

    ⚠ 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)
    Open source →
  19. 0.5.2 31 Mar 2025
    Release notes

    Bug Fixes

    • polyline, polygon and circle click events (#326) (71ad280)
    • update minimum supported SDK version to Flutter 3.27/Dart 3.6. (#301) (32e5b9f)
    Open source →
  20. 0.5.1 28 Feb 2025
    Release notes

    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)
    Open source →
  21. 0.5.0 14 Feb 2025
    Release notes

    Features

    • add carplay and android auto support (#209) (1b6c72e)
    • add map padding (#232) (bf991ee)
    • update navigation SDKs (#261) (acfa42e)
      • Updates navigation SDK for android to 6.0.2
      • Updates navigation SDK for iOS to 9.3.0
    Open source →
  22. 0.4.0 13 Nov 2024
    Release notes

    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)
    Open source →
  23. 0.3.0 06 Jun 2024
    Release notes

    Features

    • update pubspec to prepare for 0.3.0 release (#97) (0114353)
    • update README.md to prepare for publishing package to pub.dev
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive