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] MacOS logo does not change

RoyalScribblz opened this issue Β· comments

ℹ️ Info

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

πŸ’¬ 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

πŸ“œ 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

πŸ–₯️ 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

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

Same:

  flutter_launcher_icons: ^0.13.1

for me running flutter clean solved this issue