质检:app源码+apk

liujq 70c5bcad11 发布29测试版本。极光推送弹窗,加app版本更新内容等。 il y a 7 heures
android 70c5bcad11 发布29测试版本。极光推送弹窗,加app版本更新内容等。 il y a 7 heures
assets 70c5bcad11 发布29测试版本。极光推送弹窗,加app版本更新内容等。 il y a 7 heures
ios c585f16846 增加修改密码。 il y a 5 mois
lib 70c5bcad11 发布29测试版本。极光推送弹窗,加app版本更新内容等。 il y a 7 heures
linux 916840ccac 修改扦样单行政区划数据提交; il y a 6 mois
macos 916840ccac 修改扦样单行政区划数据提交; il y a 6 mois
test e0f818700e '首次提交' il y a 9 mois
web 70c5bcad11 发布29测试版本。极光推送弹窗,加app版本更新内容等。 il y a 7 heures
windows 916840ccac 修改扦样单行政区划数据提交; il y a 6 mois
.gitignore 8d048369b6 增加电子签名上传; il y a 6 mois
.metadata e0f818700e '首次提交' il y a 9 mois
README.md 381ae7763a UI升级,bug修复,发布25版。 il y a 1 mois
analysis_options.yaml e0f818700e '首次提交' il y a 9 mois
devtools_options.yaml 381ae7763a UI升级,bug修复,发布25版。 il y a 1 mois
pubspec.yaml 70c5bcad11 发布29测试版本。极光推送弹窗,加app版本更新内容等。 il y a 7 heures

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