<p>Here are the steps that are required to change the application Launcher Icon on Flutter Android Application.</p> <ol> <li>Open you project in Android Studio.</li> </ol> <p>![](../../../Uploads/58e1515d-bba7-418c-8ed6-a51321deca87.pngwidth="50%height="auto](</p> <ol start="2"> <li>Run the program and see if your application is loading fine. You can also check what is the old icon being used.</li> </ol> <p>![](../../../Uploads/97215db0-9797-424b-b637-09a7b809bd87.pngwidth="50%height="auto](</p> <ol start="3"> <li>Go back to android Studio and right click on Android Folder and Select new and Select image asset option.</li> </ol> <p>Incase if its not visible, then do as below.</p> <p>![](../../../Uploads/706d0b59-38ab-4013-bcc1-40d16702ce9e.pngwidth="50%height="auto](</p> <p>And then go to the project option as shown below.</p> <p>![](../../../Uploads/5c1be2f1-4040-433a-b79a-12a066093b62.pngwidth="50%height="auto](</p> <p>Now you will be able to see the Image Asset option.</p> <p>![](../../../Uploads/d82afa8c-f8e2-49f6-9fe6-bf987f04ea02.pngwidth="50%height="auto](</p> <ol start="4"> <li>Now you can select the image as you need. Note: I have used the default image.</li> </ol> <p>![](../../../Uploads/00c6be61-fece-4c5e-afce-36a176e97226.pngwidth="50%height="auto](</p> <ol start="5"> <li>And after running the program, the launcher icon is updated.</li> </ol> <p>![](../../../Uploads/87e32fa8-57c0-40b0-b49f-0bd5c9513ae2.pngwidth="50%height="autofont-size: 1rem;](</p> <p>Hope this is helpful.</p> <p>Thanks, Srikanth</p>
How to change the application Launcher Icon on Flutter Android Application?
This Article is posted by seven.srikanth at 12/23/2022 4:31:09 AM
Check out our other latest articles
Safearea widget - How to avoid visual overlap with Notch on flutter mobile app?How to convert row of widgets into column of widgets in flutter based on screen size?
How to run Flutter programs from GitHub?
How to get screen orientation in flutter?
NavigationRail example in flutter
Tags:
Check out our other latest articles
Safearea widget - How to avoid visual overlap with Notch on flutter mobile app?How to convert row of widgets into column of widgets in flutter based on screen size?
How to run Flutter programs from GitHub?
How to get screen orientation in flutter?
NavigationRail example in flutter