Files
observer/flutter_app/pubspec.yaml
T
admin a0b115d954 训练体系整合与标注单阶段化
- 标注:AI 预标注直写 labels_json(去候选确认两阶段);重叠去重(minIoU);全量标注按钮
- 训练:脚本迁移入 server/training/(Go 化 prepare_yolo/analyze_rfdetr,保留 train_server.py);tflite 产物自检并入训练流程(check_tflite)
- 数据目录/权重不进 git;.gitignore 迁移至仓库根
2026-08-26 18:22:56 +08:00

58 lines
1.6 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: observer
description: "视野 - 动物实时识别 (野鸡/生境), YOLOv8 + 充值付费"
publish_to: 'none'
version: 1.0.4+5
environment:
sdk: ^3.12.2
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
# Android 已改用自写原生相机通道(android/ 下 CameraChannel.kt,分析帧
# 原生侧旋转成竖屏后回传),不再依赖 camera_android_camerax 插件;
# camera + camera_avfoundation 仅用于 iOS 路径
camera: ^0.11.0
camera_avfoundation: ^0.9.17
tflite_flutter: ^0.11.0
flutter_secure_storage: ^9.2.0
provider: ^6.1.0
permission_handler: ^11.3.0
vibration: ^2.0.0
audioplayers: ^6.1.0
fluwx: ^4.5.0
tobias: ^5.3.0
http: ^1.2.0
cupertino_http: ^3.0.2
wakelock_plus: ^1.2.0
package_info_plus: ^9.0.1
url_launcher: ^6.3.2
# 模型热更新:多模型下载(crypto 校验 sha256path_provider 取应用私有目录持久化)
crypto: ^3.0.0
path_provider: ^2.1.4
# 微信/支付宝原生 SDK 配置(占位值,与 lib/config/app_config.dart 一致;接入真实支付时替换。
# 注意:fluwx 的 universal_link 占位符会被其 pod 脚本注入 Associated Domains
# 导致个人团队签名失败,故真实域名配置前不声明该项)
fluwx:
app_id: wx0000000000000000
tobias:
url_scheme: alipay0000000000
ios:
universal_link: https://YOUR_DOMAIN.com/alipay/
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
uses-material-design: true
assets:
- assets/model.tflite
- assets/labels.txt
- assets/beep.wav