This commit is contained in:
DESKTOP-I3JPKHK\wy 2025-11-25 11:53:32 +08:00
parent 448fae60b1
commit 4b9fa0ee85
2 changed files with 2 additions and 1 deletions

View File

@ -1589,6 +1589,7 @@ mixin _UpgradeDialogLogic<T extends StatefulWidget> on State<T> {
final pkg = appInfo['packageName'] ?? ''; final pkg = appInfo['packageName'] ?? '';
if (pkg.isNotEmpty) { if (pkg.isNotEmpty) {
_plugin.goToAppStore('market://details?id=$pkg'); _plugin.goToAppStore('market://details?id=$pkg');
// _plugin.goToAppStore('market://details?id=com.yuanxuan.learningOfficerOa');
} else { } else {
showToast('Could not determine app package name.'); showToast('Could not determine app package name.');
} }

View File

@ -18,7 +18,7 @@ dependencies:
path_provider: ^2.1.5 path_provider: ^2.1.5
package_info_plus: ^8.1.0 package_info_plus: ^8.1.0
url_launcher: ^6.3.1 url_launcher: ^6.3.1
permission_handler: ^11.3.1 permission_handler: ^12.0.1
connectivity_plus: ^6.1.0 connectivity_plus: ^6.1.0
crypto: ^3.0.6 crypto: ^3.0.6
shared_preferences: ^2.3.3 shared_preferences: ^2.3.3