feat: Improve experience of rooted patched app installations (#59)

This commit is contained in:
Alberto Ponces 2022-09-06 14:40:49 +01:00 committed by GitHub
parent 9e178ba584
commit 27ef74b561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 203 additions and 299 deletions

View file

@ -16,7 +16,7 @@ class PatchedApplication {
)
Uint8List icon;
DateTime patchDate;
final bool isRooted;
bool isRooted;
bool hasUpdates;
List<String> appliedPatches;
List<String> changelog;