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
I am trying to set up some app icons, but I don’t see the right icons. We started from a very_good create app template, and then added some icons with flutter_launcher_icons, but the default icons from the very_good app template were not replaced by the ones generated by flutter_launcher_icons. How can we fix this? Here is a minimal prototype that reproduces the bug, and a but ticket that describes it, including all the technical details: artpluscodeinc/proto_very_good_flavor_icons#1
I've spent some time looking into why this is occurring for the Android app at least. It looks like the issue is to do with ic_launcher.xml within the mipmap-anydpi-v26 for both main and whatever flavor you're trying to run.
I setup a basic quick test with flutter_launcher_icons and found that if I delete both of these then ic_launcher.png which is generated by flutter_launcher_icons is used instead
ℹ️ Info
Version:
0.12.0
💬 Description
I am trying to set up some app icons, but I don’t see the right icons. We started from a
very_good create
app template, and then added some icons withflutter_launcher_icons
, but the default icons from thevery_good
app template were not replaced by the ones generated byflutter_launcher_icons
. How can we fix this? Here is a minimal prototype that reproduces the bug, and a but ticket that describes it, including all the technical details: artpluscodeinc/proto_very_good_flavor_icons#1📜 Pubspec.yaml
The text was updated successfully, but these errors were encountered: