# flutter_google_map [![Version](https://img.shields.io/badge/version-v1.0.3-brightgreen)](https://git.yoqi.me/lyq/flutter_google_map) [![Flutter](https://img.shields.io/badge/Flutter-v3.7.7-brightgreen?style=plastic&logo=Flutter)](https://git.yoqi.me/lyq/flutter_google_map) [![Android](https://img.shields.io/badge/Android-33-brightgreen?style=plastic&logo=Android)](https://git.yoqi.me/lyq/flutter_google_map) [![Java](https://img.shields.io/badge/Java-11.0.16--amzn-brightgreen?style=plastic&logo=OpenJDK)](https://git.yoqi.me/lyq/flutter_google_map) [![Gradle](https://img.shields.io/badge/Gradle-7.2.2-brightgreen?style=plastic&logo=Gradle)](https://git.yoqi.me/lyq/flutter_google_map) ## [English](./README.md) | [中文](./README_ZH.md) flutter google map app ![](https://file.yoqi.me/Developer/Flutter/20230706flutter_google_map/BaiduHi_2023-7-6_18-10-8.jpg) Notices: You should install google service fragment on such xiaomi mobile which is chinese mobile phone. [x] base :Show Map,Location, Navigate [] Plot ## develop 1,config key [generate map key on google console ](https://console.cloud.google.com/projectselector2/google/maps-apis/studio/maps?organizationId=0&supportedpurview=project),create a map id, [create a credentials](https://console.cloud.google.com/google/maps-apis/credentials?project=flutte-392306) web/index.html configure key, android/app/src/main/AndroidManifest.xml configure key, ios/Runner/AppDelegate.swift configure key [![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/jianboy/flutter_get_demo) [![Open in Dev Containers](https://img.shields.io/static/v1?label=github.dev&message=Open&color=blue&logo=visualstudiocode)](https://github.dev/jianboy/flutter_get_demo) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jianboy/flutter_get_demo) 2. you can open the project with codespaces or gitpod. then run : ``` flutter build apk ``` ## License Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy) ## Reference * [map-with-marker](https://developers.google.com/maps/flutter-plugin/map-with-marker) * [google_maps samples](https://github.com/flutter/samples/blob/main/google_maps)