Closed hewa-jalal closed 4 years ago
If you don't want to the initial white screen you need to add a native splash screen by editing LaunchScreen
on iOS and launch_background.xml
on android.
You can't have the flare splashscreen directly as flutter need time to initialized. On my app I generally put the first frame of the animation as native splashscreen to have smooth transition between the two splash screen
i am using the splash flare animation screen like this
but it still shows the initial white screen then the animation, how can this be fixed?