'Flutter - Splash Screen Setting

I want to set Splash Screen with an image. It doesn't work properly.

Let me show you my settings.

enter image description here

So I changed the part as

android:src="@mipmap/launch_image"

But when I open app splash screen image is not launch_image. But the splash image is ic_launcher.png image I want to set ic_laucher.png as icon image and I want to set launch_image.png as splash screen image.

Can you let me know how to do it?



Solution 1:[1]

I maintain a package on pub.dev that sets up the splash screen for you automatically: https://pub.dev/packages/flutter_native_splash. I think you will find it a lot easier than setting up the splash screen manually.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 jon