flutter_launcher_icons icon indicating copy to clipboard operation
flutter_launcher_icons copied to clipboard

MacOS icons not rounded?

Open Wizzel1 opened this issue 2 years ago • 11 comments
trafficstars

:information_source: Info

Version: v0.12.0

:speech_balloon: Description

Are we supposed to use an image that already has a border-radius in order to generate a rounded app-icon for MacOS?

:scroll: Pubspec.yaml

name: test_app
description: A new Flutter project.


version: 1.0.0+1

environment:
  sdk: '>=2.18.5 <3.0.0'


dependencies:
  flutter:
    sdk: flutter
  cupertino_icons: ^1.0.2

dev_dependencies:
  flutter_launcher_icons: ^0.12.0


flutter_icons:
  android: "launcher_icon"
  ios: true
  image_path: "assets/icon/icon_bg.png"
  min_sdk_android: 21 # android min sdk min:16, default 21
  web:
    generate: true
    background_color: "#hexcode"
    theme_color: "#hexcode"
  windows:
    generate: true
    icon_size: 48 # min:48, max:256, default: 48
  macos:
    generate: true

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter packages.
flutter:

  # The following line ensures that the Material Icons font is
  # included with your application, so that you can use the icons in
  # the material Icons class.
  uses-material-design: true
  # To add assets to your application, add an assets section, like this:
  assets:
    - google_fonts/
    - assets/

Wizzel1 avatar Feb 27 '23 14:02 Wizzel1

@Wizzel1 did you found a solution for this?

KristijanMitrik avatar Mar 28 '23 08:03 KristijanMitrik

@KristijanMitrik I have added the radius in my design file

Wizzel1 avatar Mar 28 '23 08:03 Wizzel1

@KristijanMitrik I have added the radius in my design file

is this a setting for this package or did you manually round your image?

giiyms avatar Apr 30 '23 12:04 giiyms

Would be realy nice to add this to this package

felixkriechbaum avatar Jun 01 '23 09:06 felixkriechbaum

still no respond from the developer, sad

felixkriechbaum avatar Jul 18 '23 17:07 felixkriechbaum

Sad too

bigzhu avatar Sep 19 '23 15:09 bigzhu

I don't know how to use this figma. But I help this helps.

Figma: https://www.figma.com/community/file/1040708197994685442/official-macos-app-icon-template

And also this:

https://github.com/rikumi/iconsur

HaloWang avatar Oct 24 '23 06:10 HaloWang

Is there an update on this issue? Would be really happy if this could get fixed asap! :)

awpehl avatar Jan 17 '24 11:01 awpehl

I am also having the same issue

muratcankaracabey avatar Feb 21 '24 18:02 muratcankaracabey

I noticed the same issue. In the end, I used https://www.candyicons.com/free-tools/app-icon-assets-generator and just selected the 'macOS' option. This generator automatically rounds the image edges and adds a slight drop shadow

Wes1324 avatar Mar 07 '24 17:03 Wes1324

@fluttercommunity Hi, would consider add this option in code

lucasjinreal avatar Oct 27 '24 12:10 lucasjinreal

It's a real shame that it's already being actively ignored.

felixkriechbaum avatar Aug 05 '25 12:08 felixkriechbaum

Same issue

ayoubamine avatar Sep 28 '25 12:09 ayoubamine