Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Splash screen #50

Open
flareso opened this issue Jan 31, 2022 · 0 comments
Open

Splash screen #50

flareso opened this issue Jan 31, 2022 · 0 comments

Comments

@flareso
Copy link

flareso commented Jan 31, 2022

hi you are loading all the pre work of the app before the app loaded.

` await preAppConfig();

BlocOverrides.runZoned(() => runApp(App()), blocObserver: BlocEventsLogger());`

in case of no internet or another problem the user will be stuck on the splash screen without option to get out of it.

you can check this library which gives better docs and explanation on flutter splash
https://pub.dev/packages/flutter_native_splash

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant