# flutter_google_map flutter google map app 注意小米等国内线手机,需要安装google 服务框架。 ## develop 1,配置key google map后台生成key,web/index.html 配置key, android/app/src/main/AndroidManifest.xml 配置key, ios/Runner/AppDelegate.swift 配置key 2、构建 ``` flutter build apk ``` ## 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)