Files
observer/flutter_app/pubspec.yaml
T
2026-08-25 16:52:55 +08:00

55 lines
1.4 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.0+1
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
# 微信/支付宝原生 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