I’m developing a Flutter app and want to customize the default splash screen on Android 12. I need to use specific background images instead of the default appearance.
how to create splash screen like this:
My Questions:
Is this the correct way to customize the default splash screen in Android 12 with background images?
How can I ensure the images scale correctly on different devices and orientations?
Are there any better practices or optimizations for implementing splash screens in Flutter for Android 12?