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

Home Page:https://pub.dev/packages/flutter_launcher_icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Icon not updated

viktorsht opened this issue · comments

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"

commented

Same issue, Any updates? @viktorsht

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