Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-20 13:08:39 +01:00
parent 2fd78f5dc9
commit 489cf0b2ea
148 changed files with 30898 additions and 2 deletions

6
lib/main_fdroid.dart Normal file
View file

@ -0,0 +1,6 @@
import 'main.dart' as m;
void main() async {
m.fdroid = true;
m.main();
}