clean-code-dev / animated_splash_screen

The easiest way to create your animated splash screen in a fully customizable way.
MIT License
112 stars 25 forks source link

A splash screen was provided to Flutter #31

Open StanislawNagorski opened 2 years ago

StanislawNagorski commented 2 years ago

It seems with a recent update of flutter, the package no longer works :(

W/FlutterActivityAndFragmentDelegate(15191): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.

naveenlearner38 commented 2 years ago

It seems with a recent update of flutter, the package no longer works :(

W/FlutterActivityAndFragmentDelegate(15191): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.

Find io.flutter.embedding.android.SplashScreenDrawable in AndroidManifest.xml. Remove it or comment it. This is no longer need for Flutter version 2.5

gogogowang commented 2 years ago

AndroidManifest.xml

thanks,useful