google_maps_flutter_ios
iOS implementation of the google_maps_flutter plugin.
2.18.4
880K downloads/mo
#380 most downloaded on pub.dev
flutter/packages
What this package is like to depend on
Last release 1 months ago
25 Jun 2026
Ships fairly regularly
a new release about every 4 weeks
Nearly every release is documented
notes for 55 of 55 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
55 releases · first in 2022
15 releases in the last 12 months
see the full history below
Release timeline
55 releases · Aug 2022 to Jun 2026
2023
2024
2025
2026
Releases
latest 55-
2.18.425 Jun 2026 -
2.18.327 May 2026 -
2.18.226 May 2026 -
2.18.125 Mar 2026 -
2.18.005 Mar 2026 -
2.17.519 Feb 2026 -
2.17.418 Feb 2026 -
2.17.312 Feb 2026Release notes
Open source →- Adds a README section about Swift Package Manager and the new
google_maps_flutter_ios_sdk*packages.
- Adds a README section about Swift Package Manager and the new
-
2.17.210 Feb 2026 -
2.17.104 Feb 2026 -
2.17.021 Jan 2026 -
2.16.113 Jan 2026 -
2.16.006 Jan 2026 -
2.15.717 Nov 2025 -
2.15.613 Nov 2025Release notes
Open source →- Fixes potential flickers of default property values when adding objects to the map.
- Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
-
2.15.504 Aug 2025Release notes
Open source →- Fixes
kCGImageAlphaPremultipliedLastimplicit conversion from enumeration type warning.
- Fixes
-
2.15.416 Jun 2025 -
2.15.311 Jun 2025Release notes
Open source →- Fixes new analysis warnings.
- Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
-
2.15.223 Apr 2025 -
2.15.103 Apr 2025 -
2.15.024 Mar 2025 -
2.14.018 Mar 2025Release notes
Open source →- Adds support for ground overlay.
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
-
2.13.221 Nov 2024 -
2.13.112 Oct 2024 -
2.13.008 Aug 2024Release notes
Open source →- Updates map configuration and platform view creation parameters to use Pigeon.
- Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
-
2.12.006 Aug 2024 -
2.11.006 Aug 2024 -
2.10.009 Jul 2024 -
2.9.009 Jul 2024 -
2.8.208 Jul 2024 -
2.8.128 Jun 2024 -
2.8.022 Jun 2024 -
2.7.004 Jun 2024Release notes
Open source →- Adds support for BitmapDescriptor classes
AssetMapBitmapandBytesMapBitmap.
- Adds support for BitmapDescriptor classes
-
2.6.128 May 2024 -
2.6.016 Apr 2024Release notes
Open source →- Updates the minimum allowed verison of the Google Maps SDK to 8.4, for privacy
manifest support.
- This means that applications using this package can no longer support iOS 13 or 14, as the versions of the Google Maps SDK that support those versions do not have privacy manifests, so cannot be used in published applications once the new App Store enforcement of manifests takes effect.
- Includes the Google Maps SDK's GoogleMapsPrivacy bundle manifest entries direct in the plugin, so that package clients do not need to manually add that privacy bundle to the application build.
- Updates the minimum allowed verison of the Google Maps SDK to 8.4, for privacy
manifest support.
-
2.5.227 Mar 2024Release notes
Open source →- Fixes the tile overlay not correctly displaying on physical ios devices.
-
2.5.028 Feb 2024Release notes
Open source →- Adds support for
MapConfiguration.style. - Adds support for
getStyleError.
- Adds support for
-
2.4.213 Feb 2024Release notes
Open source →- Fixes a bug in "takeSnapshot" function that incorrectly returns a blank image on iOS 17.
-
2.4.118 Jan 2024Release notes
Open source →- Restores the workaround to exclude arm64 simulator builds, as it is still necessary for applications targeting iOS 12.
-
2.4.016 Jan 2024Release notes
Open source →- Adds support for arm64 simulators.
- Updates minimum supported SDK version to Flutter 3.16.6.
- Removes support for iOS 11.
-
2.3.612 Jan 2024 -
2.3.509 Jan 2024 -
2.3.404 Jan 2024 -
2.3.330 Nov 2023Release notes
Open source →- Adds support for version 8 of the Google Maps SDK in apps targeting iOS 14+.
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
-
2.3.210 Oct 2023 -
2.3.129 Aug 2023 -
2.3.024 Aug 2023Release notes
Open source →- Adds implementation for
cloudMapIdparameter to support cloud-based maps styling. - Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Fixes unawaited_futures violations.
- Adds implementation for
-
2.2.322 May 2023Release notes
Open source →- Removes obsolete null checks on non-nullable values.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
-
2.2.108 Mar 2023Release notes
Open source →- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
-
2.2.002 Mar 2023 -
2.1.1422 Feb 2023 -
2.1.1310 Jan 2023Release notes
Open source →- Updates code for stricter lint checks.
- Updates code for new analysis options.
- Re-enable XCUITests: testUserInterface.
- Remove unnecessary
RunnerUITeststarget from Podfile of the example app.
-
2.1.1228 Sep 2022Release notes
Open source →- Updates imports for
prefer_relative_imports. - Updates minimum Flutter version to 2.10.
- Fixes violations of new analysis option use_named_constants.
- Fixes avoid_redundant_argument_values lint warnings and minor typos.
- Updates imports for
-
2.1.1108 Aug 2022 -
2.1.1003 Aug 2022Release notes
Open source →- Splits iOS implementation out of
google_maps_flutteras a federated implementation.
- Splits iOS implementation out of