I used flutter_native_splash: ^1.3.2 for splash screen, i want to remove this splash screen.
Below code is in pubspec.yaml file.
flutter_native_splash:
color: "#ffffff"
image: assets/images/AppLogo.png
android: true
ios: true
I used flutter pub run flutter_native_splash:remove command to remove,
And i also remove flutter_native_splash (Above code) dependency from pubspec.yamlfile.
And then i clean my project using flutter clean command.
then get the packages.
So now when i run the app it shows the splash screen which i removed.
so please Help me.
Thank you.