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

kidd3166 64d1dc7c14 优化游戏详情页先显示封面,点击再加载视频 hace 1 año
android fc3ebe1f50 1.4.2 bug hace 1 año
assets c19fbf38d2 1.4 update hace 2 años
fonts 7bbc7f2c70 run hace 3 años
ios a2ce08bc04 1.4 update hace 2 años
lib 64d1dc7c14 优化游戏详情页先显示封面,点击再加载视频 hace 1 año
plugin e5433520c3 固定插件版本 hace 1 año
res 68b3690d16 首页ui hace 4 años
test def12afc29 provider demo hace 4 años
.gitignore 4c53f88953 个推 push hace 2 años
.metadata 23ef8decf0 feat:new Project hace 4 años
README.md d8d9f609ae 增加备注 hace 2 años
api.md 06617959a0 ui update hace 4 años
apple-app-site-association 2beb6ec797 1.3 ver hace 3 años
ble.txt fcfac48123 1.4 update ui hace 2 años
build_release_apk.bat c20bfff23a run hace 3 años
build_release_dev_apk.bat c20bfff23a run hace 3 años
build_release_ios.sh 2192591616 flutter version fixed hace 2 años
build_release_ios_dev.sh 2192591616 flutter version fixed hace 2 años
build_runner.bat c77ef506d7 bbs ui fix hace 4 años
dfu.json 25ea36615c fix bug hace 3 años
finddeps.bat 188ffcf820 步数 hace 3 años
format_check.bat 1bf9ae4123 feat:new game hace 4 años
git_push_1.4.bat b2f6fe390e 1.4 update ui hace 2 años
pubspec.yaml b50535f42c 适配第三方插件 hace 1 año
t.txt 22511919fb 1.4 update start hace 2 años
励志短句140.txt 53dd0014bd ui hace 3 años
友盟事件.txt ab05f865ed 1.4 update hace 2 años

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