outsourced all methods and dialogs as far as possible (I think)

This commit is contained in:
Nico
2025-05-07 21:58:24 +02:00
parent 86ffd77888
commit c86d3503fb
16 changed files with 479 additions and 257 deletions

View File

@@ -18,7 +18,7 @@ class HomePage extends StatelessWidget {
File file = File(result.files.single.path!);
String content = await file.readAsString();
HttpRequest().httpRequest(content);
HttpRequest.httpRequest(saveDataString: content);
}
}