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

0

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