Answers for "a splash screen was provided to flutter, but this is deprecated. see flutter.dev/go/android-splash-migration for migration steps"

1

A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.

Remove 

<meta-data
 android:name="io.flutter.embedding.android.SplashScreenDrawable"
 android:resource="@drawable/launch_background"
 />
 
 from AndroidManifest.xml
 
 to your customized splash screen to FLutter app
Posted by: Guest on September-14-2021

Code answers related to "a splash screen was provided to flutter, but this is deprecated. see flutter.dev/go/android-splash-migration for migration steps"

Code answers related to "Dart"

Browse Popular Code Answers by Language