|
@@ -30,6 +30,21 @@ web/index.html 配置key, android/app/src/main/AndroidManifest.xml 配置key, io
|
|
|
flutter build apk
|
|
|
```
|
|
|
|
|
|
+## 反馈和贡献
|
|
|
+
|
|
|
+有如下方法:
|
|
|
+
|
|
|
+* 提交bugs和需求 [bugs and feature requests](https://git.yoqi.me/lyq/flutter_google_map/issues)
|
|
|
+* 发起pull请求,提交你的代码 [source code changes](https://git.yoqi.me/lyq/flutter_google_map/pulls)
|
|
|
+* 或者通过邮件联系我们: liuyuqi.gov@msn.cn
|
|
|
+
|
|
|
+## License
|
|
|
+
|
|
|
+如果您在你的项目中使用我们的代码,请保留 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)
|