How to change the application launcher icon on Flutter?

前端 未结 11 1817
名媛妹妹
名媛妹妹 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:02

    The one marked as correct answer, is not enough, you need one more step, type this command in the terminal in order to create the icons:

    flutter pub run flutter_launcher_icons:main

提交回复
热议问题