APK RegEx Filter + Updated Packages

This commit is contained in:
Imran Remtulla
2023-01-28 00:04:57 -05:00
parent f43e5a2ff1
commit fa2a80e34c
14 changed files with 830 additions and 676 deletions

View File

@@ -262,6 +262,7 @@ class AppsProvider with ChangeNotifier {
List<String> archs = (await DeviceInfoPlugin().androidInfo).supportedAbis;
if (app.apkUrls.length > 1 && context != null) {
// ignore: use_build_context_synchronously
apkUrl = await showDialog(
context: context,
builder: (BuildContext ctx) {
@@ -281,6 +282,7 @@ class AppsProvider with ChangeNotifier {
if (apkUrl != null &&
getHost(apkUrl) != getHost(app.url) &&
context != null) {
// ignore: use_build_context_synchronously
if (await showDialog(
context: context,
builder: (BuildContext ctx) {