Skip to content

Commit

Permalink
[google_maps_flutter] Add steps to set up google map sdk on each plat…
Browse files Browse the repository at this point in the history
…form in readme. (flutter#2507)
  • Loading branch information
Chris Yang authored and Egor committed Nov 20, 2020
1 parent 3786797 commit 53e60cd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/google_maps_flutter/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.5.22+2

* Update README: Add steps to enable Google Map SDK in the Google Developer Console.

## 0.5.22+1

* Fix for toggling traffic layer on Android not working
Expand Down
13 changes: 12 additions & 1 deletion packages/google_maps_flutter/README.md
Expand Up @@ -24,7 +24,18 @@ To use this plugin, add `google_maps_flutter` as a [dependency in your pubspec.y

## Getting Started

Get an API key at <https://cloud.google.com/maps-platform/>.
* Get an API key at <https://cloud.google.com/maps-platform/>.

* Enable Google Map SDK for each platform.
* Go to [Google Developers Console](https://console.cloud.google.com/).
* Choose the project that you want to enable Google Maps on.
* Select the navigation menu and then select "Google Maps".
* Select "APIs" under the Google Maps menu.
* To enable Google Maps for Android, select "Maps SDK for Android" in the "Additional APIs" section, then select "ENABLE".
* 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).

### Android

Expand Down
2 changes: 1 addition & 1 deletion packages/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
version: 0.5.22+1
version: 0.5.22+2

dependencies:
flutter:
Expand Down

0 comments on commit 53e60cd

Please sign in to comment.