质检:app源码+apk

liujq 5c1006fc49 已扦样单信息修改。发布27版。 1 月之前
android 381ae7763a UI升级,bug修复,发布25版。 2 月之前
assets 381ae7763a UI升级,bug修复,发布25版。 2 月之前
ios c585f16846 增加修改密码。 6 月之前
lib 5c1006fc49 已扦样单信息修改。发布27版。 1 月之前
linux 916840ccac 修改扦样单行政区划数据提交; 8 月之前
macos 916840ccac 修改扦样单行政区划数据提交; 8 月之前
test e0f818700e '首次提交' 10 月之前
web e0f818700e '首次提交' 10 月之前
windows 916840ccac 修改扦样单行政区划数据提交; 8 月之前
.gitignore 8d048369b6 增加电子签名上传; 8 月之前
.metadata e0f818700e '首次提交' 10 月之前
README.md 381ae7763a UI升级,bug修复,发布25版。 2 月之前
analysis_options.yaml e0f818700e '首次提交' 10 月之前
devtools_options.yaml 381ae7763a UI升级,bug修复,发布25版。 2 月之前
pubspec.yaml 5c1006fc49 已扦样单信息修改。发布27版。 1 月之前

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

  • 每次发布版本 需要提醒后台 更改后台app版本号(app更新用)

  • flutter pub run build_runner build