MVP #141
@@ -7,7 +7,7 @@ void main() {
|
||||
runApp(
|
||||
Provider<AppDatabase>(
|
||||
create: (context) => AppDatabase(),
|
||||
child: MyApp(),
|
||||
child: const MyApp(),
|
||||
dispose: (context, db) => db.close(),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user