skip to Main Content

I am trying to change android / ios icon of flutter application created by very_good_cli but after updating icons on specific folders of both ios and android still app shows previous old icons

What to do to change icons then ? I have tried every bit of solution but no luck !

Below is the image reference where I changed default icons with my app icon but still it shows default icon in android !

These are the folders where I replaced my icon with default icons along with same naming convention

2

Answers


  1. Chosen as BEST ANSWER

    okay, so I figured it out with the help of my colleague.

    All you need to replace all PNGs inside respective folders and don't forget to open Android Studio and import the icon as SVG, then copy this specific SVG and replace foreground_launcher.xml content with that specific SVG.

    Adjust svg size by changing viewport size ! :)


  2. You can change it easily using this package
    flutter_launcher_icons

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search