decoupled business logic from ui

This commit is contained in:
Alessandro Autiero
2022-10-16 22:52:17 +02:00
parent 699367200f
commit 691cd53f26
50 changed files with 1557 additions and 1613 deletions

View File

@@ -30,10 +30,6 @@ class FortniteVersion {
return findExecutable(location, "FortniteLauncher.exe");
}
File? get eacExecutable {
return findExecutable(location, "FortniteClient-Win64-Shipping_EAC.exe");
}
Map<String, dynamic> toJson() => {
'name': name,
'location': location.path,