Here are the steps that are required to change the application Launcher Icon on Flutter Android Application.
1. Open you project in Android Studio.
![](../../../Uploads/58e1515d-bba7-418c-8ed6-a51321deca87.png)
2. Run the program and see if your application is loading fine. You can also check what is the old icon being used.
![](../../../Uploads/97215db0-9797-424b-b637-09a7b809bd87.png)
3. Go back to android Studio and right click on Android Folder and Select new and Select image asset option.
Incase if its not visible, then do as below.
![](../../../Uploads/706d0b59-38ab-4013-bcc1-40d16702ce9e.png)
And then go to the project option as shown below.
![](../../../Uploads/5c1be2f1-4040-433a-b79a-12a066093b62.png)
Now you will be able to see the Image Asset option.
![](../../../Uploads/d82afa8c-f8e2-49f6-9fe6-bf987f04ea02.png)
4. Now you can select the image as you need. Note: I have used the default image.
![](../../../Uploads/00c6be61-fece-4c5e-afce-36a176e97226.png)
5. And after running the program, the launcher icon is updated.
![](../../../Uploads/87e32fa8-57c0-40b0-b49f-0bd5c9513ae2.png)
Hope this is helpful.
Thanks,
Srikanth