质检:app源码+apk

maqiang 73229f56e3 增加多Flavor打包; 7 ay önce
android 73229f56e3 增加多Flavor打包; 7 ay önce
assets dcfa81de4e Merge branch 'zhou_dev' 7 ay önce
ios 916840ccac 修改扦样单行政区划数据提交; 8 ay önce
lib 73229f56e3 增加多Flavor打包; 7 ay önce
linux 916840ccac 修改扦样单行政区划数据提交; 8 ay önce
macos 916840ccac 修改扦样单行政区划数据提交; 8 ay önce
test e0f818700e '首次提交' 10 ay önce
web e0f818700e '首次提交' 10 ay önce
windows 916840ccac 修改扦样单行政区划数据提交; 8 ay önce
.gitignore 8d048369b6 增加电子签名上传; 8 ay önce
.metadata e0f818700e '首次提交' 10 ay önce
README.md 73229f56e3 增加多Flavor打包; 7 ay önce
analysis_options.yaml e0f818700e '首次提交' 10 ay önce
pubspec.yaml fe53eee001 增加定位开关和定位权限的检查,并跳转设置页. 7 ay önce

README.md

lszlgl

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

App编译打包

打包分为两个环境, 对应不同的后端服务器. Android打包方式如下:

  • 测试环境:flutter build apk --flavor develop --release
  • 生产环境:flutter build apk --flavor product --release