How to change the application launcher icon on Flutter?

前端 未结 11 1816
名媛妹妹
名媛妹妹 2020-11-28 17:58

When I create an app with a flutter create command, the flutter logo is used as an application icon for both platforms.

If I want to change the app icon,

11条回答
  •  春和景丽
    2020-11-28 18:28

    I would suggest You to use this website Linked Below

    App Icon Creator

    Step-1: upload The Image,

    Step-2: Make necessary Changes And Click on download(dont change the file name)

    Step-3: Extract the Downloaded Zip File In the respective folder

    android/app/src/main/res
    

提交回复
热议问题