You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my flutter_native_splash.yaml file I have web:false to disable generating a splash screen for web use.
I run flutter pub run flutter_native_splash:create and everything is good so far.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: