refactor, added timings, changed icons, update db

This commit is contained in:
2023-09-17 12:55:28 +05:30
parent 7b561ea46b
commit dca7cf76e6
6 changed files with 1184 additions and 29 deletions

View File

@@ -14,7 +14,6 @@ class MainApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
// getData();
return ChangeNotifierProvider<GlobalModel>(
lazy: false,
create: (context) => GlobalModel(),