Browse Source

modify readme

git@yoqi.me 1 year ago
parent
commit
7e6c6dbc79
1 changed files with 15 additions and 0 deletions
  1. 15 0
      README_ZH.md

+ 15 - 0
README_ZH.md

@@ -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)