Skip to content
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

Splash screen generated for web even though web:false in flutter_native_splash.yaml #159

Closed
mjcarlin opened this issue Apr 1, 2021 · 1 comment

Comments

@mjcarlin
Copy link

mjcarlin commented Apr 1, 2021

  1. In my flutter_native_splash.yaml file I have web:false to disable generating a splash screen for web use.
  2. I run flutter pub run flutter_native_splash:create and everything is good so far.
  3. Next I run flutter pub run flutter_native_splash:remove and a style.css and a splash folder gets created and index.html is updated in the web folder even though I set web: false.

Basically, the remove operation is not honoring the web:false setting in flutter_native_splash.yaml. If no style.css exists the removal should not create one and index.html should not be modified.

@jonbhanson
Copy link
Owner

I will push an update to fix this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants