api 升级v2.0

This commit is contained in:
Developer
2026-04-10 06:41:08 +08:00
parent 8d27c67d3a
commit 8c41df955c
144 changed files with 27442 additions and 24998 deletions

View File

@@ -30,7 +30,6 @@ lib/
│ │ ├── app_service.dart # 应用服务(统一管理)
│ │ ├── animation_service.dart # 动画管理服务
│ │ ├── logger_service.dart # 日志管理服务
│ │ ├── notification_service.dart # 通知服务
│ │ ├── orientation_service.dart # 屏幕方向服务
│ │ ├── permission_service.dart # 权限管理服务
│ │ ├── screen_util_config.dart # 屏幕适配配置
@@ -82,7 +81,7 @@ lib/
| 库名 | 版本 | 用途 | 使用位置 |
|------|------|------|----------|
| `flutter_local_notifications` | git | 本地通知 | NotificationService |
| `package_info_plus` | git | 应用信息 | AppInfoService |
| `fluttertoast` | git | Toast 消息提示 | ToastService |
| `share_plus` | git | 分享功能 | CommonUtils |