chore(deps): 更新项目依赖项
- 添加 audioplayers 音频播放功能库 - 添加 connectivity_plus 网络连接状态检测库 - 添加 floor SQLite 数据库 ORM 框架 - 添加 flutter_easyloading 加载提示组件 - 添加 get 状态管理框架 - 添加 shared_preferences 本地存储库 - 添加 sqflite SQLite 数据库操作库 - 更新相关依赖库到兼容版本 - 移除未使用的依赖项以优化项目结构
This commit is contained in:
16
pubspec.yaml
16
pubspec.yaml
@@ -36,9 +36,12 @@ dependencies:
|
||||
cupertino_icons: ^1.0.8
|
||||
get: ^4.7.3
|
||||
shared_preferences: ^2.2.2
|
||||
|
||||
|
||||
|
||||
uuid: ^4.5.1
|
||||
audioplayers: ^5.2.1 # 使用兼容SDK 34的版本
|
||||
connectivity_plus: ^6.0.5 # 网络连接状态检测
|
||||
sqflite: ^2.3.3+1
|
||||
floor: ^1.5.0
|
||||
flutter_easyloading: ^3.0.5 #loading动画
|
||||
|
||||
|
||||
|
||||
@@ -46,6 +49,13 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
floor_generator: ^1.5.0
|
||||
build_runner: ^2.4.11
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# The "flutter_lints" package below contains a set of recommended lints to
|
||||
# encourage good coding practices. The lint set provided by the package is
|
||||
|
||||
Reference in New Issue
Block a user