google_navigation_flutter 0.11.1 copy "google_navigation_flutter: ^0.11.1" to clipboard
google_navigation_flutter: ^0.11.1 copied to clipboard

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

Changelog #

0.11.1 - 2026-09-16 #

Features #

  • upgrade iOS SDK to 11.1.0 and Android SDK to 7.9.0 (#763) (a538dfe)

0.11.0 - 2026-08-31 #

⚠ BREAKING CHANGES #

  • unify map padding to use density-independent pixels (#749)

Features #

  • android notification improvements (#745) (81e3810)
  • unify map padding to use density-independent pixels (#749) (b3a0075)
  • upgrade android sdk to 7.8.0 and ios sdk to 10.15.0 (#747) (f8921ba)
  • upgrade ios sdk to 11.0.0 and remove cocoapods integration (#753) (0c18710)

Bug Fixes #

  • ios: hold navigation views weakly in the view registry so they deallocate on teardown (#752) (ae82e09)

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 #

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)

0.9.3 - 2026-06-05 #

Features #

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

0.9.2 - 2026-05-25 #

Features #

0.9.1 - 2026-04-30 #

Features #

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)

0.8.4 - 2026-04-01 #

Features #

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

0.8.3 - 2026-03-13 #

Features #

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

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)

0.8.1 - 2026-01-08 #

Features #

Bug Fixes #

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)

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)

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 (