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

[BUG] MacOS logo does not change #532

Open RoyalScribblz opened 1 year ago

RoyalScribblz commented 1 year ago

:information_source: Info

Version: v0.13.1 OS: MacOS Ventura 13.6 (22G120) Model: MacBook Air M1 2020

:speech_balloon: Description

The icons produced are correct as far as I am aware and you can see them in each folder, but when I run it on MacOS it just shows the default icon. I tested it on Chrome (web) and it show the logo I set as expected. image

:scroll: Pubspec.yaml

flutter_launcher_icons:
  image_path: "assets/images/logo.png"
  ios: true
  remove_alpha_ios: true
  android: true
  web:
    generate: true
  windows:
    generate: true
  macos:
    generate: true

:desktop_computer: Output

Building package executable... (1.4s)
Built flutter_launcher_icons:flutter_launcher_icons.
  ════════════════════════════════════════════
     FLUTTER LAUNCHER ICONS (v0.13.1)                               
  ════════════════════════════════════════════

• Creating default icons Android
• Overwriting the default Android launcher icon with a new icon
• Overwriting default iOS launcher icon with new icon
Creating Icons for Web...              done
Creating Icons for Windows...          done
Creating Icons for MacOS...            done

✓ Successfully generated launcher icons
cedricvazille commented 11 months ago

Same here, I had to completely delete the application to get de icon on the new built app.

MirzaCickusic commented 11 months ago

Same:

  flutter_launcher_icons: ^0.13.1
eertmanhidde commented 11 months ago

for me running flutter clean solved this issue