Feat: New Dashboard

This commit is contained in:
Ankit Mahato
2023-05-03 18:07:00 +05:30
parent 7d44e2cd91
commit 0c748317f4
8 changed files with 171 additions and 46 deletions

View File

@ -77,7 +77,7 @@ class _DashAppState extends ConsumerState<DashApp> {
brightness: Brightness.dark,
),
themeMode: isDarkMode ? ThemeMode.dark : ThemeMode.light,
home: const HomePage(),
home: const Dashboard(),
);
}
}