migration

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-13 10:12:57 +08:00
parent 686af4a330
commit c0dbd6cbb2
5 changed files with 16 additions and 6 deletions

View File

@@ -356,7 +356,6 @@ class _MediaPageState extends CommonPageState<MinePage, MineController>
value: hasLevel
? levelInfo.currentExp! / levelInfo.nextExp!
: 0,
trackGap: hasLevel ? null : 0,
backgroundColor: theme.colorScheme.outline.withValues(
alpha: 0.4,
),

View File

@@ -324,6 +324,7 @@ class _WebviewPageState extends State<WebviewPage> {
SnackBar snackBar = SnackBar(
content: const Text('当前网页将要打开外部链接,是否打开'),
showCloseIcon: true,
persist: false,
action: SnackBarAction(
label: '打开',
onPressed: () => PageUtils.launchURL(url),

View File

@@ -123,6 +123,11 @@ abstract class ThemeUtils {
},
),
),
pageTransitionsTheme: const PageTransitionsTheme(
builders: {
TargetPlatform.android: ZoomPageTransitionsBuilder(),
},
),
);
if (isDark) {
if (Pref.isPureBlackTheme) {

View File

@@ -783,10 +783,11 @@ packages:
get:
dependency: "direct main"
description:
name: get
sha256: c79eeb4339f1f3deffd9ec912f8a923834bec55f7b49c9e882b8fef2c139d425
url: "https://pub.dev"
source: hosted
path: "."
ref: "version_4.7.2"
resolved-ref: "92be28f3279717fc7f63969d144b97e16fff1e38"
url: "https://github.com/bggRGjQaUbCoE/getx.git"
source: git
version: "4.7.2"
glob:
dependency: transitive

View File

@@ -40,7 +40,11 @@ dependencies:
# 动态取色
dynamic_color: ^1.8.1
get: ^4.6.6
# get: ^4.7.2
get:
git:
url: https://github.com/bggRGjQaUbCoE/getx.git
ref: version_4.7.2
# 网络
dio: ^5.7.0