Skip to content

Commit

Permalink
Upgrade: Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Jun 25, 2024
1 parent 0e8f507 commit 9e4f188
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.9.10
# 1.9.10 (Unreleased)
- [升级] Flutter 3.22.2
- [升级] Package 升级及适配

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ $ flutter test integration_test/app_test.dart
│ ├── l10n/ # l10n 语言包
│ │ ├── gen/ # l10n 语言包生成的文件夹(不用编码,自动生成)
│ ├── models/ # 数据模型
│ ├── providers/ # 业务状态逻辑
│ ├── providers/ # 状态管理
│ ├── services/ # 数据服务
│ ├── themes/ # 主题相关
│ │ ├── multiple_themes_mode/ # 多主题配色
Expand Down Expand Up @@ -238,9 +238,9 @@ $ flutter test integration_test/app_test.dart
├── test/ # 测试
├── .gitignore # Git 提交仓库忽略文件配置
├── .metadata # 当前 workspace 配置记录
├── analysis_options.yaml # Dart 语言代码规范
├── analysis_options.yaml # Dart 代码规范配置
├── l10n.yaml # l10n 配置
├── pubspec.lock # 依赖生成的文件
├── pubspec.lock # 依赖生成的文件(锁定依赖版本等)
└── pubspec.yaml # 核心配置文件(项目配置、依赖等)
```

Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: "direct main"
description:
name: bonfire
sha256: "57758407633404c4be4c6e9d76106a99be5dbd061a84edb3c42af56b3bdf37d5"
sha256: bc928bd79e5140538a9f41a5f395765f85a6f07a11b6e6391da9f44156b3322f
url: "https://pub.dev"
source: hosted
version: "3.9.4"
version: "3.9.6"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -165,10 +165,10 @@ packages:
dependency: "direct main"
description:
name: file_picker
sha256: "29c90806ac5f5fb896547720b73b17ee9aed9bba540dc5d91fe29f8c5745b10a"
sha256: "2ca051989f69d1b2ca012b2cf3ccf78c70d40144f0861ff2c063493f7c8c3d45"
url: "https://pub.dev"
source: hosted
version: "8.0.3"
version: "8.0.5"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -384,10 +384,10 @@ packages:
dependency: "direct main"
description:
name: local_auth_android
sha256: "48dfb2d954da8ef6a77adfc93a29998f7729e9308eaa817e91dea4500317b2c8"
sha256: b77dc490fef9214e785c326bf11fa733feaa47675d0433f05f48b5caa486c8f7
url: "https://pub.dev"
source: hosted
version: "1.0.39"
version: "1.0.40"
local_auth_darwin:
dependency: "direct main"
description:
Expand Down Expand Up @@ -765,10 +765,10 @@ packages:
dependency: "direct main"
description:
name: table_calendar
sha256: b759eb6caa88dda8e51c70ee43c19d1682f8244458f84cced9138ee35b2ce416
sha256: "4ca32b2fc919452c9974abd4c6ea611a63e33b9e4f0b8c38dba3ac1f4a6549d1"
url: "https://pub.dev"
source: hosted
version: "3.1.1"
version: "3.1.2"
term_glyph:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@ dependencies:
fluro: ^2.0.5 # 路由管理
flutter_zoom_drawer: ^3.2.0 # 缩放抽屉
flutter_smart_dialog: ^4.9.7+7 # Dialog
table_calendar: ^3.1.1 # 日历
table_calendar: ^3.1.2 # 日历
flutter_slidable: ^3.1.0 # 滑动操作项
card_swiper: ^3.0.1 # 轮播
fl_chart: ^0.68.0 # 图表
excel: ^4.0.3 # Excel
share_plus: ^9.0.0 # 分享
file_picker: ^8.0.3 # 文件选择
file_picker: ^8.0.5 # 文件选择
webview_flutter: ^4.8.0 # WebView
ditredi: ^2.0.2 # 3D 数据集显示
vector_math: ^2.1.4
awesome_notifications: ^0.9.3+1 # 本地通知
flutter_timezone: ^1.0.8 # 时区
animations: ^2.0.11 # 动画
bonfire: 3.9.4 # 游戏引擎相关
bonfire: 3.9.6 # 游戏引擎相关
flame: 1.17.0 # 游戏引擎相关
flutter_screen_lock: ^9.1.0 # 密码锁
local_auth: ^2.2.0 # 本地认证
local_auth_android: ^1.0.39 # 本地认证
local_auth_android: ^1.0.40 # 本地认证
local_auth_darwin: ^1.3.1 # 本地认证
flutter_tilt: ^3.0.2 # 倾斜视差
remixicon: ^1.2.0 # Remixicon
Expand Down

0 comments on commit 9e4f188

Please sign in to comment.