refactor, added timings, changed icons, update db
This commit is contained in:
@@ -14,7 +14,6 @@ class MainApp extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
// getData();
|
||||
return ChangeNotifierProvider<GlobalModel>(
|
||||
lazy: false,
|
||||
create: (context) => GlobalModel(),
|
||||
|
||||
Reference in New Issue
Block a user