aa30fe0ce6
- ToolAgentOutput 移除 result_summary 和 ui_hints,统一使用 result 字段 - 日历/用户查找工具移除 ui_hints 输出,改为机器可读的结构化结果 - Agent History 移除 tool 消息的 ui_hints 处理逻辑 - App 版本检查改为 manifest.json 方式,支持多渠道发布 - 更新 settings 配置和测试用例适配新结构
51 lines
1.0 KiB
YAML
51 lines
1.0 KiB
YAML
name: social_app
|
|
description: "Social App - A Flutter mobile application"
|
|
publish_to: 'none'
|
|
version: 0.1.0+2
|
|
environment:
|
|
sdk: ^3.10.7
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.8
|
|
equatable: ^2.0.8
|
|
flutter_bloc: ^8.1.6
|
|
go_router: ^14.6.1
|
|
dio: ^5.4.3+1
|
|
flutter_secure_storage: ^9.2.2
|
|
formz: ^0.7.0
|
|
get_it: ^7.7.0
|
|
lucide_icons: ^0.257.0
|
|
intl: ^0.19.0
|
|
shared_preferences: ^2.2.2
|
|
json_annotation: ^4.8.1
|
|
record: ^6.1.1
|
|
flutter_local_notifications: ^17.2.4
|
|
timezone: ^0.9.4
|
|
image_picker: ^1.0.7
|
|
package_info_plus: ^8.0.3
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
bloc_test: ^9.1.7
|
|
mocktail: ^1.0.4
|
|
json_serializable: ^6.7.1
|
|
build_runner: ^2.4.8
|
|
flutter_launcher_icons: ^0.14.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/images/
|
|
|
|
flutter_launcher_icons:
|
|
android: true
|
|
ios: true
|
|
image_path: "assets/images/logo.png"
|
|
adaptive_icon_background: "#FFFFFF"
|
|
adaptive_icon_foreground: "assets/images/logo.png"
|
|
remove_alpha_ios: true
|