Skip to content

Commit

Permalink
Upgrade: Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Sep 24, 2024
1 parent dc8c0f0 commit c88a0ec
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions lib/themes/multiple_themes_mode/theme_default.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class AppThemeDefault implements AppMultipleTheme {
}

/// 深色主题
@override
ThemeData darkTheme() {
return ThemeData(
useMaterial3: false,
Expand Down
2 changes: 1 addition & 1 deletion lib/views/home/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ class Article extends StatelessWidget {
closedColor: const Color(0xFFFFD390),
openBuilder: (_, closeContainer) {
return WebViewPage(
url: ValueConvert('https://amoshk.top/').encode(),
url: ValueConvert('https://amooos.com/').encode(),
);
},
),
Expand Down
2 changes: 1 addition & 1 deletion lib/views/settings/laboratory/game/mini_game/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class _GameState extends State<Game> {
final tileSize = max(constraints.maxHeight, constraints.maxWidth) / 20;
return BonfireWidget(
debugMode: false,
showCollisionArea: true,
showCollisionArea: false,
playerControllers: [
Joystick(
directional: JoystickDirectional(
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: c8a2db06bee8165a7da8ff43224cf632f76357da0298f49f1d9f25f43dcc9578
sha256: bbd9cfc0bede31da83d683e05e79b1bb20e91a0e121d6b397677ffa74af487f0
url: "https://pub.dev"
source: hosted
version: "3.10.0"
version: "3.10.2"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -236,10 +236,10 @@ packages:
dependency: "direct main"
description:
name: flutter_smart_dialog
sha256: "6b5fd32cd2900745df30c1d95ef597ea0ee1ee8cfa557eab62010e3db1d3d717"
sha256: de60eec7036cc1d04954ceb8d03ecc3b0759c880e804d82d47be36065e72398e
url: "https://pub.dev"
source: hosted
version: "4.9.8+1"
version: "4.9.8+2"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -677,10 +677,10 @@ packages:
dependency: transitive
description:
name: sqflite_common
sha256: "7b41b6c3507854a159e24ae90a8e3e9cc01eb26a477c118d6dca065b5f55453e"
sha256: "4058172e418eb7e7f2058dcb7657d451a8fc264afa0dea4dbd0f304a57131611"
url: "https://pub.dev"
source: hosted
version: "2.5.4+2"
version: "2.5.4+3"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -725,10 +725,10 @@ packages:
dependency: transitive
description:
name: synchronized
sha256: a824e842b8a054f91a728b783c177c1e4731f6b124f9192468457a8913371255
sha256: "51b08572b9f091f8c3eb4d9d4be253f196ff0075d5ec9b10a884026d5b55d7bc"
url: "https://pub.dev"
source: hosted
version: "3.2.0"
version: "3.3.0+2"
table_calendar:
dependency: "direct main"
description:
Expand Down
6 changes: 3 additions & 3 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+464
version: 1.9.10+465

environment:
sdk: ^3.5.0
Expand All @@ -19,7 +19,7 @@ dependencies:
shared_preferences: ^2.3.2 # 共享存储
go_router: ^14.2.7 # 路由管理
flutter_zoom_drawer: ^3.2.0 # 缩放抽屉
flutter_smart_dialog: ^4.9.8+1 # Dialog
flutter_smart_dialog: ^4.9.8+2 # Dialog
table_calendar: ^3.1.2 # 日历
flutter_slidable: ^3.1.1 # 滑动操作项
card_swiper: ^3.0.1 # 轮播
Expand All @@ -33,7 +33,7 @@ dependencies:
awesome_notifications: ^0.9.3+1 # 本地通知
flutter_timezone: ^3.0.1 # 时区
animations: ^2.0.11 # 动画
bonfire: 3.10.0 # 游戏引擎相关
bonfire: 3.10.2 # 游戏引擎相关
flame: 1.18.0 # 游戏引擎相关
flutter_screen_lock: ^9.1.0 # 密码锁
local_auth: ^2.3.0 # 本地认证
Expand Down

0 comments on commit c88a0ec

Please sign in to comment.