Skip to content

Commit

Permalink
Upgrade: Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Jul 8, 2024
1 parent 9e4f188 commit 093e782
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 22 deletions.
40 changes: 24 additions & 16 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: bc928bd79e5140538a9f41a5f395765f85a6f07a11b6e6391da9f44156b3322f
sha256: "0ebf17580b66ffbc682cc471cfaaec705ac4034938ee6408eb63cfb06264099a"
url: "https://pub.dev"
source: hosted
version: "3.9.6"
version: "3.9.7"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -165,10 +165,10 @@ packages:
dependency: "direct main"
description:
name: file_picker
sha256: "2ca051989f69d1b2ca012b2cf3ccf78c70d40144f0861ff2c063493f7c8c3d45"
sha256: "824f5b9f389bfc4dddac3dea76cd70c51092d9dff0b2ece7ef4f53db8547d258"
url: "https://pub.dev"
source: hosted
version: "8.0.5"
version: "8.0.6"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -260,10 +260,10 @@ packages:
dependency: "direct main"
description:
name: flutter_smart_dialog
sha256: c3e1e1ff1e805f0cb910a88ff2f23390bc5d21422a12886b87d222eee1e1ccf9
sha256: a74869ad9b20e5c413c45484267619fd31ee0b4d02b976a6af15f0150e1b911b
url: "https://pub.dev"
source: hosted
version: "4.9.7+7"
version: "4.9.7+8"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -281,10 +281,10 @@ packages:
dependency: "direct main"
description:
name: flutter_timezone
sha256: "06b35132c98fa188db3c4b654b7e1af7ccd01dfe12a004d58be423357605fb24"
sha256: b7448ff8a9e1350606727e40b3f314aa798a6a1cc07127eba58f09b98a66f03f
url: "https://pub.dev"
source: hosted
version: "1.0.8"
version: "2.0.0"
flutter_web_plugins:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -336,10 +336,18 @@ packages:
dependency: transitive
description:
name: js
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.7.1"
version: "0.6.7"
js_interop:
dependency: transitive
description:
name: js_interop
sha256: "7ec859c296958ccea34dc770504bd3ff4ae52fdd9e7eeb2bacc7081ad476a1f5"
url: "https://pub.dev"
source: hosted
version: "0.0.1"
leak_tracker:
dependency: transitive
description:
Expand Down Expand Up @@ -384,10 +392,10 @@ packages:
dependency: "direct main"
description:
name: local_auth_android
sha256: b77dc490fef9214e785c326bf11fa733feaa47675d0433f05f48b5caa486c8f7
sha256: "6b60f9f545af5b5a11a90af3c2ab4361c47fff170134fa1c6d4c7d52e6537174"
url: "https://pub.dev"
source: hosted
version: "1.0.40"
version: "1.0.41"
local_auth_darwin:
dependency: "direct main"
description:
Expand Down Expand Up @@ -488,10 +496,10 @@ packages:
dependency: transitive
description:
name: path_provider_android
sha256: "9c96da072b421e98183f9ea7464898428e764bc0ce5567f27ec8693442e72514"
sha256: bca87b0165ffd7cdb9cad8edd22d18d2201e886d9a9f19b4fb3452ea7df3a72a
url: "https://pub.dev"
source: hosted
version: "2.2.5"
version: "2.2.6"
path_provider_foundation:
dependency: transitive
description:
Expand Down Expand Up @@ -789,10 +797,10 @@ packages:
dependency: transitive
description:
name: tiledjsonreader
sha256: "9390145be049ec4d73ef43672b337ce40fa6e4a72a0672ad680e4971edba2899"
sha256: faadb2eb207cd73d12dd4b24e7784203a975bc2ba6d115291bad1513333f8ec3
url: "https://pub.dev"
source: hosted
version: "1.3.4"
version: "1.3.5"
typed_data:
dependency: transitive
description:
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: moodexample
description: 管理自己的情绪,记录当下所见所想。
publish_to: 'none'
version: 1.9.10+456
version: 1.9.10+457

environment:
sdk: ">=3.4.0 <4.0.0"
Expand All @@ -20,25 +20,25 @@ dependencies:
shared_preferences: ^2.2.3 # 共享存储
fluro: ^2.0.5 # 路由管理
flutter_zoom_drawer: ^3.2.0 # 缩放抽屉
flutter_smart_dialog: ^4.9.7+7 # Dialog
flutter_smart_dialog: ^4.9.7+8 # Dialog
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.5 # 文件选择
file_picker: ^8.0.6 # 文件选择
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 # 时区
flutter_timezone: ^2.0.0 # 时区
animations: ^2.0.11 # 动画
bonfire: 3.9.6 # 游戏引擎相关
bonfire: 3.9.7 # 游戏引擎相关
flame: 1.17.0 # 游戏引擎相关
flutter_screen_lock: ^9.1.0 # 密码锁
local_auth: ^2.2.0 # 本地认证
local_auth_android: ^1.0.40 # 本地认证
local_auth_android: ^1.0.41 # 本地认证
local_auth_darwin: ^1.3.1 # 本地认证
flutter_tilt: ^3.0.2 # 倾斜视差
remixicon: ^1.2.0 # Remixicon
Expand Down

0 comments on commit 093e782

Please sign in to comment.