Flutter animated splash screen
04:57 29 Dec 2025

So i want an animated splash screen on my flutter application. By default on Android 12+ there's a default splash screen which cannot be removed. I made it transparent but spalsh screen is there so app take a few seconds to open i.e. covers the time taken by splash screen.

This is 1st problem and 2nd is lottie animation also starts with the spalsh screen and thus animation is half completed by the time app opens.

I want the splash screen again. I tried reversing the steps but not working. Still its transparent it appears like app doesn't open even if we tap on it. I can delay the animation once 1st problem is solved. Also unlike most of the other apps my app's default splash screen stays longer than usual.

I also tried splash master dependency but that didn't worked either.

android flutter dart splash-screen android-splashscreen