Browse Source

modify readme

liuyuqi-dellpc 1 year ago
parent
commit
1675956618
1 changed files with 14 additions and 1 deletions
  1. 14 1
      README.md

+ 14 - 1
README.md

@@ -4,6 +4,19 @@ 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
+
+[](https://developers.google.com/maps/flutter-plugin/map-with-marker)