质检:app源码+apk

liujq fc27ef9e4f 仓库扫码功能接口对接,功能完成。 6 ay önce
android 719e68342d 极光推送,添加测试环境。 6 ay önce
assets f8f9ca11ed 新增扫码,跳转仓库详情。 6 ay önce
ios c585f16846 增加修改密码。 6 ay önce
lib fc27ef9e4f 仓库扫码功能接口对接,功能完成。 6 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 f8f9ca11ed 新增扫码,跳转仓库详情。 6 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