Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.18.5

* Corrects the README header.

## 2.18.4

* Updates README to include setup information.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# google\_maps\_flutter\_ios\_sdk10
# google\_maps\_flutter\_ios\_sdk9

An iOS implementation of [`google_maps_flutter`][1] using
[Google Maps SDK 9.x][2].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_maps_flutter_ios_sdk9
description: iOS implementation of the google_maps_flutter plugin using Google Maps SDK 9.
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_ios_sdk9
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
version: 2.18.4
version: 2.18.5

environment:
sdk: ^3.10.0
Expand Down
Loading