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] Green border when setting background_color_ios #514

Open fotiDim opened 1 year ago

fotiDim commented 1 year ago

:information_source: Info

Version: 0.13.1

:speech_balloon: Description

When I set background_color_ios to any color other than white, I am getting a green border around my icon.

:scroll: Pubspec.yaml

flutter_icons:
  image_path: assets/icon/icon_transparent.png
  ios: true
  remove_alpha_ios: true
  background_color_ios: "#26262D"
  android: true
  adaptive_icon_foreground: assets/icon/adaptive_icon.png
  adaptive_icon_background: "#26262D"

Screenshot 2023-09-19 at 10 44 08 Screenshot 2023-09-19 at 10 43 16

Screenshot 2023-09-19 at 10 46 03

fotiDim commented 10 months ago

Attaching a sample image that reproduces the issue

Original image: icon_transparent

Result:

Screenshot 2023-11-20 at 13 08 20