From 4b9fa0ee85734c0a7bf3e85b0312e8078c3c076d Mon Sep 17 00:00:00 2001 From: "DESKTOP-I3JPKHK\\wy" <1111> Date: Tue, 25 Nov 2025 11:53:32 +0800 Subject: [PATCH] 111 --- lib/app_upgrade_simple.dart | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/app_upgrade_simple.dart b/lib/app_upgrade_simple.dart index d34e2d7..2aa05b4 100644 --- a/lib/app_upgrade_simple.dart +++ b/lib/app_upgrade_simple.dart @@ -1589,6 +1589,7 @@ mixin _UpgradeDialogLogic on State { final pkg = appInfo['packageName'] ?? ''; if (pkg.isNotEmpty) { _plugin.goToAppStore('market://details?id=$pkg'); + // _plugin.goToAppStore('market://details?id=com.yuanxuan.learningOfficerOa'); } else { showToast('Could not determine app package name.'); } diff --git a/pubspec.yaml b/pubspec.yaml index ec6a271..74c75bf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: path_provider: ^2.1.5 package_info_plus: ^8.1.0 url_launcher: ^6.3.1 - permission_handler: ^11.3.1 + permission_handler: ^12.0.1 connectivity_plus: ^6.1.0 crypto: ^3.0.6 shared_preferences: ^2.3.3