i just wanted to display a splash in flutter , but when i try to run the splash screen the default splash screen of flutter always comes first , how to disable the default splash in flutter , if i can't disable it then what's other solution, i need to display only backgroundImage in my splash screen how to do that in flutter , i have used flutter_native_splash package but it didn't work
i need to display only backgroundImage in my splash screen how to do that in flutter , i have used flutter_native_splash package but it didn't work
Have you tried modifying the For AndroidManifest.xml file:
You can locate it in the android/app/src/main/AndroidManifest.xml file in your Flutter project.
Then just remove or comment out the following lines inside the tag: xml
For iOS (modify the Info.plist file):
You can locate the ios/Runner/Info.plist file in your Flutter project. Remove or comment out the following key-value pair: