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
1.99k stars 396 forks source link

[BUG] Icon not updated #558

Closed viktorsht closed 6 days ago

viktorsht commented 4 months ago

Update the icon with the command

But the icon is not updated in the app.

Command flutter pub run flutter_launcher_icons

Version: flutter_launcher_icons: ^0.13.1

Pubspec.yaml flutter_launcher_icons: image_path: "assets/icon/icon.png" android: "launcher_icon" apaptive_icon_background: "#ffffff" apaptive_icon_foreground: "assets/icon/icon.png"

Anas-jed commented 3 months ago

Same issue, Any updates? @viktorsht

viktorsht commented 3 months ago

Comrade, I made the icon in the traditional way using the video https://www.youtube.com/watch?v=7ICS-PYjJfI @Anas-jed

MarkOSullivan94 commented 6 days ago

Update the icon with the command

But the icon is not updated in the app.

Command flutter pub run flutter_launcher_icons

Version: flutter_launcher_icons: ^0.13.1

Pubspec.yaml flutter_launcher_icons: image_path: "assets/icon/icon.png" android: "launcher_icon" apaptive_icon_background: "#ffffff" apaptive_icon_foreground: "assets/icon/icon.png"

You spelt adaptive wrong in your configuration