Flutter Launcher icon not getting changed?

后端 未结 7 2204
星月不相逢
星月不相逢 2021-02-13 04:35

Am new to Flutter. I gone through the flutter documentation and followed the steps to configure custom launcher icons for my flutter project but app Launcher icon is not getting

7条回答
  •  天命终不由人
    2021-02-13 05:11

    you have to get the package and then after run following command to change the icon.

     $ flutter pub pub run flutter_launcher_icons:main
    

提交回复
热议问题