Kontaktok listázási hibájának javítása, csv export

This commit is contained in:
2026-07-08 22:13:30 +02:00
parent 7cd682fe59
commit 1ab656585b
9 changed files with 262 additions and 19 deletions
+1
View File
@@ -65,6 +65,7 @@ Future<void> main() async {
Get.put(AuthService());
Get.put(DeviceIdentityService(), permanent: true);
await AppDatabase.instance.database;
//await AppDatabase.instance.testOnly();
Get.put(ProjectService(), permanent: true);
Get.put(AppLogger(), permanent: true);