When you open a Flutter app the system first launches the native Android/iOS activity, and only then your splash screen load.
Use flutter_native_splash package
This helps to configure native splash screen that appears before yours.