mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
feat: call Installer through Home View
This commit is contained in:
@@ -18,7 +18,7 @@ class PatchedApplication {
|
||||
final DateTime patchDate;
|
||||
final bool isRooted;
|
||||
final bool isFromStorage;
|
||||
final List<String> appliedPatches;
|
||||
List<String> appliedPatches;
|
||||
|
||||
PatchedApplication({
|
||||
required this.name,
|
||||
@@ -29,7 +29,7 @@ class PatchedApplication {
|
||||
required this.patchDate,
|
||||
required this.isRooted,
|
||||
required this.isFromStorage,
|
||||
this.appliedPatches = const <String>[],
|
||||
required this.appliedPatches,
|
||||
});
|
||||
|
||||
factory PatchedApplication.fromJson(Map<String, dynamic> json) =>
|
||||
|
||||
Reference in New Issue
Block a user