How to change the application launcher icon on Flutter?

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

    Best way is to change launcher icons separately for both iOS and Android.

    Change the icons in iOS and Android module separately. The plugin produces different size icons from the same icon which are distorted.

    Follow this link: https://flutter.dev/docs/deployment/android

提交回复
热议问题