Disha Gajera
Disha Gajera

Reputation: 218

Flutter - How to remove first white screen when launch application?

When I launched the application it shows first white screen then back screen then after open splash screen. My Splash screen is taking 2-3 seconds to open. How can I fix this issue?

Upvotes: 2

Views: 7552

Answers (1)

NqbraL
NqbraL

Reputation: 573

Flutter use a default splash screen before launching your app. Follow this tutorial -> https://flutter.dev/docs/development/ui/splash-screen/android-splash-screen

Upvotes: 1

Related Questions