Flutter 工程, 使用flutter编写的趣动App

kidd3166 5e47d3d9ed Merge remote-tracking branch 'origin/1.4.2' into 1.4.2 1 yıl önce
android fc3ebe1f50 1.4.2 bug 1 yıl önce
assets c19fbf38d2 1.4 update 2 yıl önce
fonts 7bbc7f2c70 run 3 yıl önce
ios a2ce08bc04 1.4 update 2 yıl önce
lib 742946ea89 up 1 yıl önce
plugin 742946ea89 up 1 yıl önce
res 68b3690d16 首页ui 4 yıl önce
test def12afc29 provider demo 4 yıl önce
.gitignore 4c53f88953 个推 push 2 yıl önce
.metadata 23ef8decf0 feat:new Project 4 yıl önce
README.md d8d9f609ae 增加备注 2 yıl önce
api.md 06617959a0 ui update 4 yıl önce
apple-app-site-association 2beb6ec797 1.3 ver 3 yıl önce
ble.txt fcfac48123 1.4 update ui 2 yıl önce
build_release_apk.bat c20bfff23a run 3 yıl önce
build_release_dev_apk.bat c20bfff23a run 3 yıl önce
build_release_ios.sh 2192591616 flutter version fixed 2 yıl önce
build_release_ios_dev.sh 2192591616 flutter version fixed 2 yıl önce
build_runner.bat c77ef506d7 bbs ui fix 4 yıl önce
dfu.json 25ea36615c fix bug 3 yıl önce
finddeps.bat 188ffcf820 步数 3 yıl önce
format_check.bat 1bf9ae4123 feat:new game 4 yıl önce
git_push_1.4.bat b2f6fe390e 1.4 update ui 2 yıl önce
pubspec.yaml 742946ea89 up 1 yıl önce
t.txt 22511919fb 1.4 update start 2 yıl önce
励志短句140.txt 53dd0014bd ui 3 yıl önce
友盟事件.txt ab05f865ed 1.4 update 2 yıl önce

README.md

趣动 App

介绍

使用flutter编写,可与智能鞋连接、管理,用户信息管理的 App

编译环境

  1. Flutter 2.5.3
  2. AndroidStudio 4.+ (2020.3.1)

项目目录

lib
  assets    # 资源文件
  bean      # 基础实体类
  constant  # 常量
  model     # v-model
  pages     # 具体的页面
  router    # 路由
  services  # 服务
  store     # 数据中心
  utils     # 工具类库
  widgets   # 通用widgets

  1. 程序入口 main.dart 正式环境
  2. 程序入口 main_dev.dart 测试环境
  3. App 主页 pages/home_page.dart

蓝牙协议结构说明

  1. ble.txt

网络Api文件生成(重要,不跑项目编译不通过)

  • build_runner.bat

性能分析

  • flutter run --profile

查找关联依赖包,包冲突的可使用

  • finddeps.bat

生成 Android 测试apk

  • build_release_dev_apk.bat

生成 Android 正式apk

  • build_release_apk.bat

生成 iOS 测试

  • build_release_ios_dev.sh

生成 Android 正式apk

  • build_release_ios.sh