Closed CordMemescape closed 4 months ago
Did you open this ticket against the wrong package? This package does not generate the favicon.png
image.
Jon, you're absolutely right! Apologies, this was supposed to be logged against a different package. It must have been a very, very long day!
Describe the bug
If the
favicon_path
parameter in theweb
settings is changed anddart run flutter_native_splash:create
is rerun, the favicon.png file is not regenerated in the project's web folder.If the
favicon_path
file is deleted anddart run flutter_native_splash:create
is rerun, the favicon.png file is not regenerated in the project'sweb
folder.Configuration
Device (please complete the following information):
To Reproduce
dart run flutter_native_splash:create
to generate splash screens.favicon.png
file in the project'sweb
folder.favicon_path
parameter to use a different image.dart run flutter_native_splash:create
to regenerate splash screens.favicon.png
file in the project'sweb
folder - this will be the identical image to Step 3.favicon.png
file from the project'sweb
folderdart run flutter_native_splash:create
to regenerate splash screens.favicon.png
file in project'sweb
folder - the file is not regenerated.Additional context Output from
dart run flutter_native_splash:create
: