feat:增加闪灵上传图片功能
This commit is contained in:
20
pubspec.yaml
20
pubspec.yaml
@@ -35,19 +35,35 @@ dependencies:
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.8
|
||||
provider: ^6.1.1 # 状态管理
|
||||
shared_preferences: ^2.2.2 # 本地存储
|
||||
# 状态管理
|
||||
provider: ^6.1.1
|
||||
# 本地存储
|
||||
shared_preferences: ^2.2.2
|
||||
# 对话框组件
|
||||
awesome_dialog: ^3.3.0
|
||||
# 切换开关组件
|
||||
toggle_switch: ^2.3.0
|
||||
# 轻量级提示
|
||||
fluttertoast: ^8.2.2
|
||||
# 表单构建器
|
||||
flutter_form_builder: ^10.0.0
|
||||
# 表单验证器
|
||||
form_builder_validators: ^10.0.0
|
||||
# 国际化支持
|
||||
intl: ^0.19.0
|
||||
# 轻量级NoSQL数据库
|
||||
hive: ^2.2.3
|
||||
# Hive的Flutter集成
|
||||
hive_flutter: ^1.1.0
|
||||
# 路径提供器
|
||||
path_provider: ^2.1.1
|
||||
# 本地通知
|
||||
flutter_local_notifications: ^18.0.0
|
||||
# 时区支持
|
||||
timezone: ^0.10.1
|
||||
file_picker: ^10.3.3
|
||||
minio: ^3.5.8
|
||||
crypto: ^3.0.7
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
||||
Reference in New Issue
Block a user