Files
social-app/apps/pubspec.yaml
T
qzl 19981964fb refactor: 移除 LiteLLM proxy 架构,后端直连 Provider API
- 移除 backend/scripts/build_litellm_proxy_config.py
- 简化 LiteLLMService,移除 run_completion_with_cost 方法
- AgentScopeRunner 改为从 LlmFactory 获取 api_base 和 api_key
- 部署配置移除 litellm/litellm-config-job 服务
- Flutter 新增 AuthBootScreen 引导页
- Android 添加通知权限 (POST_NOTIFICATIONS, RECEIVE_BOOT_COMPLETED, SCHEDULE_EXACT_ALARM)
- 优化 LocalNotificationService 调度失败 fallback
- 更新 manifest.json (version 3)
2026-03-17 18:05:49 +08:00

51 lines
1.0 KiB
YAML

name: social_app
description: "Social App - A Flutter mobile application"
publish_to: 'none'
version: 0.1.0+3
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