MVP #141

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

View File

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