Flutter Launcher icon not getting changed?

后端 未结 7 2039
星月不相逢
星月不相逢 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:32

    Able to change Now after following below Steps.

    1. Add flutter_launcher_icons code Plugin to pubspec.yaml as mentioned in question
    2. In Command prompt run below commands
      • flutter pub get
      • flutter pub pub run flutter_launcher_icons:main
    3. And it worked
    4. Launcher Icons I generated using external website https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html
    0 讨论(0)
提交回复
热议问题