1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Update google_maps sample (#1984)

This commit is contained in:
Angela Yu
2023-08-08 19:00:59 -07:00
committed by GitHub
parent 058b7fe7d5
commit 286b5ca6c3
6 changed files with 23 additions and 17 deletions

9
google_maps/README.md Normal file
View File

@@ -0,0 +1,9 @@
# Google Maps Demo
This sample Flutter app showcases the [Google Maps for Flutter plugin](https://developers.google.com/maps/flutter-plugin/overview).
## Getting Started
1. See the overview at https://developers.google.com/maps/flutter-plugin/overview.
1. Follow the setup guide at https://developers.google.com/maps/flutter-plugin/config to learn where to insert your API keys. This demo will not run without API keys added.
1. Use the sample code in this folder for the tutorial at https://developers.google.com/maps/flutter-plugin/map-with-marker.