111
This commit is contained in:
parent
448fae60b1
commit
4b9fa0ee85
|
|
@ -1589,6 +1589,7 @@ mixin _UpgradeDialogLogic<T extends StatefulWidget> on State<T> {
|
|||
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.');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue