质检:app源码+apk

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

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