MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 41e9eb2c91 - Show all commits

View File

@@ -8,7 +8,7 @@ void main() {
runApp(
Provider<AppDatabase>(
create: (context) => AppDatabase(),
child: MyApp(),
child: const MyApp(),
dispose: (context, db) => db.close(),
),
);