Skip to content
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

Closed
bagikode opened this issue Feb 13, 2020 · 4 comments
Closed

Splash Screen too fast at Release Mode #57

bagikode opened this issue Feb 13, 2020 · 4 comments

Comments

@bagikode
Copy link

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 :)

@alexkharech
Copy link

+1

@edufolly
Copy link

Probably this is the solution: #54

@shubhambsps
Copy link

Has anyone solved the issue of fading of splash screen fastly in release mode?

@jonbhanson
Copy link
Owner

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.

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

No branches or pull requests

5 participants