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

how to increase splash screen display time? #38

Closed
dhsont opened this issue Dec 24, 2019 · 3 comments
Closed

how to increase splash screen display time? #38

dhsont opened this issue Dec 24, 2019 · 3 comments

Comments

@dhsont
Copy link

dhsont commented Dec 24, 2019

HI thanks for nice package,
I want to increase splash display time to 5 seconds or more, How to do that ?

Is it possible with this package?

@abdulllrashid
Copy link

This plugin isn't showing a screen for some time.The screen shows until the app is loaded by native os

@hardypatel30
Copy link

But can this wont be splash screen idea. It is just we are replacing that white screen provided by flutter bydefault.

@henriquearthur
Copy link
Collaborator

Duplicated #10

I don't think adding a duration property is a good idea. The thing is, a splash screen is meant to be visible while the app is loading and not for a certain period of time. Let's say you specify a 5 seconds splash screen but you app loads on 10 seconds, you have a 5 seconds gap. If your app loads in 3 seconds, you have 2 seconds lost. I am not an UX expert but I'm sure those guys would say you lose a few users on those 2 seconds.

From the technical perspective, implementing a duration property would also mean adding custom Activity on Android and custom ViewController on iOS. It is not possible to do it by just using launch_background.xml and LaunchScreen.storyboard.

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

4 participants