Update packages, increment version, run dart fix, switch to Shizuku plugin fork with bugfix (maybe temp)

This commit is contained in:
Imran Remtulla
2025-03-29 23:45:28 -04:00
parent 6a3805723d
commit b6ef153bfa
5 changed files with 23 additions and 21 deletions

View File

@@ -800,7 +800,9 @@ class AppsProvider with ChangeNotifier {
if (newInfo == null) {
try {
file.file.deleteSync(recursive: true);
additionalAPKs.forEach((a) => a.file.deleteSync(recursive: true));
for (var a in additionalAPKs) {
a.file.deleteSync(recursive: true);
}
} catch (e) {
//
} finally {