Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Not able to change launcher icon for flutter

This is my pubsec.yaml:

dev_dependencies:
  flutter_launcher_icons: "^0.13.1"
flutter_launcher_icons:

  android: "launcher_icon"
  ios: true
  image_path: "images/icon.png"

flutter:
  assets:
    - images/

This WORKED in my last project. This is the exact same thing that I did in the last project. The asset names or addresses are not wrong. I checked several times. So why does this not work this time? what am I doing wrong?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

After setting up the configuration, all that is left to do is run the package.

flutter pub get
flutter pub run flutter_launcher_icons
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading