google map app

liuyuqi-dellpc acfa90fba7 v1.0.2 1 year ago
android 977fd4ed73 go on 1 year ago
ios 4592cc6480 init 1 year ago
lib acfa90fba7 v1.0.2 1 year ago
test 4592cc6480 init 1 year ago
web 4592cc6480 init 1 year ago
.gitignore 4592cc6480 init 1 year ago
.metadata 4592cc6480 init 1 year ago
README.md 977fd4ed73 go on 1 year ago
analysis_options.yaml 4592cc6480 init 1 year ago
pubspec.lock 4592cc6480 init 1 year ago
pubspec.yaml 977fd4ed73 go on 1 year ago

README.md

flutter_google_map

flutter google map app

注意小米等国内线手机,需要安装google 服务框架。

[x] 基础功能:地图浏览,定位,导航 [] 区域作图

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