-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splash Screen too fast at Release Mode #57
Comments
+1 |
Probably this is the solution: #54 |
Has anyone solved the issue of fading of splash screen fastly in release mode? |
This package is designed to display a splash screen while the Flutter architecture is loading. If the splash screen shows too fast, that means that your device is loading the Flutter architecture quickly, which is a good thing. If you have a subsequent blank screen, that is caused by activity that is taking place within your flutter app. You can resolve this by placing a second splash screen in your flutter app that displays while resources are loading in your flutter app. |
Hello, I tried your package but when i run it, Splash Screen show too fast then a blank screen appears like glitch blank with interval 1 second before the first page is run. Thanks for your package :)
The text was updated successfully, but these errors were encountered: