质检:app源码+apk

maqiang 200cbb7e27 修改扦样单列表页筛选条件检验指标字段; hai 1 ano
android 73229f56e3 增加多Flavor打包; hai 1 ano
assets dcfa81de4e Merge branch 'zhou_dev' hai 1 ano
ios 916840ccac 修改扦样单行政区划数据提交; hai 1 ano
lib 200cbb7e27 修改扦样单列表页筛选条件检验指标字段; hai 1 ano
linux 916840ccac 修改扦样单行政区划数据提交; hai 1 ano
macos 916840ccac 修改扦样单行政区划数据提交; hai 1 ano
test e0f818700e '首次提交' %!s(int64=2) %!d(string=hai) anos
web e0f818700e '首次提交' %!s(int64=2) %!d(string=hai) anos
windows 916840ccac 修改扦样单行政区划数据提交; hai 1 ano
.gitignore 8d048369b6 增加电子签名上传; hai 1 ano
.metadata e0f818700e '首次提交' %!s(int64=2) %!d(string=hai) anos
README.md 73229f56e3 增加多Flavor打包; hai 1 ano
analysis_options.yaml e0f818700e '首次提交' %!s(int64=2) %!d(string=hai) anos
pubspec.yaml fe53eee001 增加定位开关和定位权限的检查,并跳转设置页. hai 1 ano

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