1
votes

On my phone "desktop" I can see the custom icon I have set up for my app (by placing the images inside the mipmap folders and referencing them inside AndroidManifest). However when I click the overview button, I still see the default flutter icon associated with my app.

How can I change that?

1

1 Answers

1
votes

I Suggest flutter_launcher_icons package for changing Flutter application icon. As you have to define an icon for different resolutions.
But when using flutter_launcher_icons , you just define/update your icon app once.it's easy to use just follow the guide : https://pub.dev/packages/flutter_launcher_icons#book-guide