improved performance.

This commit is contained in:
Livinglist
2022-04-25 22:23:44 -07:00
parent 21bd63f591
commit 548ca244c3
16 changed files with 128 additions and 51 deletions

View File

@ -21,6 +21,16 @@ Future main() async {
final savedThemeMode = await AdaptiveTheme.getThemeMode();
// BlocOverrides.runZoned(
// () {
// runApp(HackiApp(
// savedThemeMode: savedThemeMode,
// ));
// },
// blocObserver: CustomBlocObserver(),
// );
// Uncomment code below for running without logging.
runApp(HackiApp(
savedThemeMode: savedThemeMode,
));