质检:app源码+apk

liujq f8f9ca11ed 新增扫码,跳转仓库详情。 пре 6 месеци
android 719e68342d 极光推送,添加测试环境。 пре 6 месеци
assets f8f9ca11ed 新增扫码,跳转仓库详情。 пре 6 месеци
ios c585f16846 增加修改密码。 пре 6 месеци
lib f8f9ca11ed 新增扫码,跳转仓库详情。 пре 6 месеци
linux 916840ccac 修改扦样单行政区划数据提交; пре 8 месеци
macos 916840ccac 修改扦样单行政区划数据提交; пре 8 месеци
test e0f818700e '首次提交' пре 10 месеци
web e0f818700e '首次提交' пре 10 месеци
windows 916840ccac 修改扦样单行政区划数据提交; пре 8 месеци
.gitignore 8d048369b6 增加电子签名上传; пре 8 месеци
.metadata e0f818700e '首次提交' пре 10 месеци
README.md 73229f56e3 增加多Flavor打包; пре 7 месеци
analysis_options.yaml e0f818700e '首次提交' пре 10 месеци
pubspec.yaml f8f9ca11ed 新增扫码,跳转仓库详情。 пре 6 месеци

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