From 5f6c799be89cea1f188c93a74c47d508e73bc4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Kihlstro=CC=88m?= Date: Fri, 2 Apr 2021 12:38:37 +0200 Subject: [PATCH 1/3] [google_maps_flutter] Reword README --- packages/google_maps_flutter/google_maps_flutter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google_maps_flutter/google_maps_flutter/README.md b/packages/google_maps_flutter/google_maps_flutter/README.md index 6bb11a8da793..4420a811aa7f 100644 --- a/packages/google_maps_flutter/google_maps_flutter/README.md +++ b/packages/google_maps_flutter/google_maps_flutter/README.md @@ -21,7 +21,7 @@ To use this plugin, add `google_maps_flutter` as a [dependency in your pubspec.y * To enable Google Maps for iOS, select "Maps SDK for iOS" in the "Additional APIs" section, then select "ENABLE". * Make sure the APIs you enabled are under the "Enabled APIs" section. -* You can also find detailed steps to get start with Google Maps Platform [here](https://developers.google.com/maps/gmp-get-started). +* You can also find detailed steps on how to get started with the Google Maps Platform [here](https://developers.google.com/maps/gmp-get-started). ### Android From 471fe31d99912d01cc4e828aad1f652f60dbbe16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Kihlstro=CC=88m?= Date: Mon, 5 Apr 2021 14:23:54 +0200 Subject: [PATCH 2/3] Add changelog entry and bump -dev version --- packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md | 4 ++++ packages/google_maps_flutter/google_maps_flutter/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md b/packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md index 865d8f3e61ef..4ac4f2ad7749 100644 --- a/packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md +++ b/packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.4-dev + +* Fix english wording in instructions. + ## 2.0.3-dev * Fix incorrect typecast in TileOverlay example. diff --git a/packages/google_maps_flutter/google_maps_flutter/pubspec.yaml b/packages/google_maps_flutter/google_maps_flutter/pubspec.yaml index 6cbd1fa1d781..f2484e84c180 100644 --- a/packages/google_maps_flutter/google_maps_flutter/pubspec.yaml +++ b/packages/google_maps_flutter/google_maps_flutter/pubspec.yaml @@ -1,7 +1,7 @@ name: google_maps_flutter description: A Flutter plugin for integrating Google Maps in iOS and Android applications. homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter -version: 2.0.3-dev +version: 2.0.4-dev dependencies: flutter: From a93e68f544c94dd70066f25b9e696967273c667c Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Mon, 5 Apr 2021 13:50:49 -0700 Subject: [PATCH 3/3] Update packages/google_maps_flutter/google_maps_flutter/README.md Co-authored-by: Kathy Walrath --- packages/google_maps_flutter/google_maps_flutter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google_maps_flutter/google_maps_flutter/README.md b/packages/google_maps_flutter/google_maps_flutter/README.md index 4420a811aa7f..767ef8c1a561 100644 --- a/packages/google_maps_flutter/google_maps_flutter/README.md +++ b/packages/google_maps_flutter/google_maps_flutter/README.md @@ -21,7 +21,7 @@ To use this plugin, add `google_maps_flutter` as a [dependency in your pubspec.y * To enable Google Maps for iOS, select "Maps SDK for iOS" in the "Additional APIs" section, then select "ENABLE". * Make sure the APIs you enabled are under the "Enabled APIs" section. -* You can also find detailed steps on how to get started with the Google Maps Platform [here](https://developers.google.com/maps/gmp-get-started). +For more details, see [Getting started with Google Maps Platform](https://developers.google.com/maps/gmp-get-started). ### Android