|
@@ -4,6 +4,19 @@ flutter google map app
|
|
|
|
|
|
注意小米等国内线手机,需要安装google 服务框架。
|
|
注意小米等国内线手机,需要安装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
|
|
flutter build apk
|
|
-```
|
|
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+## Reference
|
|
|
|
+
|
|
|
|
+[](https://developers.google.com/maps/flutter-plugin/map-with-marker)
|