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

fotiDim opened this issue · comments

ℹ️ Info

Version: 0.13.1

💬 Description

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

📜 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

Attaching a sample image that reproduces the issue

Original image:
icon_transparent

Result:
Screenshot 2023-11-20 at 13 08 20