How to change the application launcher icon on Flutter?

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

    you can achieve this by using flutter_launcher_icons in pubspec.yaml

    another way is to use one for android and another one for iOS

提交回复
热议问题