All Collections
Help & Troubleshooting Guides
Testing Your App
My app launcher icon is not showing up even though I had added it in project settings.
My app launcher icon is not showing up even though I had added it in project settings.
A
Written by Ashley
Updated over a week ago

In order to replace the default icon, you’ll need to run the following command in the terminal (of the project directory) after downloading or exporting code:

flutter pub run flutter_launcher_icons:main

To do this you will need to set up a flutter environment. Here are the instructions to do this.

Did this answer your question?