Is it possible to delete old generated icon files?
I used this package to correctly generate adaptive icons, but now I have a new icon I want to use (non adaptive), and when I use the package it doesn't seem to overwrite the adaptive ones previously generated.
I don't want to wipe out my entire android directory as Ive made so many changes to the manifest files.
Is it possible to just wipe out the previously generated icon files so that a new write will work?
I am having the same issue as well. Is there a quick way to override the previously generated icons?
i have the same problem and made alot of changes which cause a big error and i dont how to solve it 😥
Same issue. Re-doing the icon does nothing at all.
Same here
Same.
same :(
Same
Same issue here
I had the same issue and found this workaround successful.
In your flutter_launcher_icons.yaml file, change the android value to something different.
For me I changed
android: launcher_icon
to
android: app_launcher_icon
This will essentially build the launcher icon with a different file name and map to that accordingly.
It's not the prettiest, but it works. 8^D