mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
feat: use provided patches.json to load patches
This commit is contained in:
parent
080ceae784
commit
03b45e0db0
11 changed files with 210 additions and 338 deletions
|
@ -39,7 +39,7 @@ class PatchedApplication {
|
|||
factory PatchedApplication.fromJson(Map<String, dynamic> json) =>
|
||||
_$PatchedApplicationFromJson(json);
|
||||
|
||||
Map toJson() => _$PatchedApplicationToJson(this);
|
||||
Map<String, dynamic> toJson() => _$PatchedApplicationToJson(this);
|
||||
|
||||
static Uint8List decodeBase64(String icon) => base64.decode(icon);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue