Reputation: 218
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
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