add this Code into android/app/src/res/values/styles.xml to remove Flutter splash screen
android/app/src/res/values/styles.xml
<item name="android:windowIsTranslucent">true</item>