How to create a custom animated launch screen in flutter How to create a custom animated launch screen in flutter dart dart

How to create a custom animated launch screen in flutter


In MainActivity Add

@Nullable    override fun provideSplashScreen(): SplashScreen? {        return SimpleSplashScreen()    }}

Refer the following github example https://github.com/flutter/flutter/tree/master/dev/integration_tests/android_splash_screens