-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to remove flutter_native_splash
from my project.
#553
Comments
# To restore Flutter's default white splash screen, run the following command in the terminal:
# flutter pub run flutter_native_splash:remove |
Tried that, but not working at all. @jonbhanson |
Getting this error while executing above command. Restoring Flutter's default native splash screen... |
Worst package. I executed the |
thats unnecessarily rude. I dont know about fixing the inbuilt removal, but the easiest way of removing the splash screen is by
by recreating your android folder with the |
You can try commands, such as |
I had reopened this ticket to investigate the problem. However, seeing @meet7-sagar23 edit their comment with insults, I will not be helping. @pushkar-appdid if you are still having a problem, please open an new ticket and include your configuration. |
For me, I had to delete also the build / ios / android (and othe platform) folders and remove the flutter_native_splash reference in pubspec.yaml.
|
@jonbhanson I would be pissed off over such a d..k comment too but this issue is real and this thread comes up in google search. if there is an update, please update this thread too |
@dvdnhm please open a new ticket with your config details and instructions on how to reproduce this problem and I will take a look at your ticket. |
I think this is simplest way to remove Note:
Then run this commands |
how can i remove by default native splash screen which is show on android version 12 above? |
@zainulabdn you cannot remote the splash screen from Android 12+. "The splash screen experience brings standard design elements to every app launch, but it's also customizable so your app can maintain its unique branding." Splash screens. |
use this |
I have already removed
flutter_native_splash
frompubspec.yaml
. Also, the image is also deleted from theassets
folder.Still I am seeing the native splash.
How do I revert back to the flutter splash screen?
The text was updated successfully, but these errors were encountered: