i have a problem with splash screen in android with Flutter, still white in physical device and emulator. Already tried to unistall app. Some advice?
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/red" />
<!-- You can insert your own image assets here
<item>
<bitmap
android:gravity="center"
android:src="@drawable/logo" />
</item>-->
if i comment this, it show black:
<meta-data
android:name="io.flutter.embedding.android.SplashScreenDrawable"
android:resource="@drawable/launch_background"
/>