fluttercommunity / flutter_launcher_icons

Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future. Maintainer: @MarkOSullivan94
https://pub.dev/packages/flutter_launcher_icons
MIT License
2.01k stars 406 forks source link

THIS IS SO ANNOYING[BUG] #459

Closed Princewil closed 1 year ago

Princewil commented 1 year ago

Screenshot (3)

I Have been having this issue for more than two hours, please what am I missing? Can someone help me?

MrMineToons commented 1 year ago

Hello!

Instead

flutter_icon:
  android: "launcher_icon"
  ios: true
  image_path: "assets/logo.png"

Do:

flutter_icons:  <-- Caution here...
  android: "launcher_icon"
  ios: true
  image_path: "assets/logo.png"
Princewil commented 1 year ago

Thank you so much Mark.