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.95k stars 389 forks source link

[BUG] Issue with flutter_launcher_icons Background Color on iOS App #560

Open yasngencc opened 1 month ago

yasngencc commented 1 month ago

Hello,

I am experiencing an issue with flutter_launcher_icons while generating app icons for iOS. Despite setting the background_color_ios correctly in my configuration file, the background of my app icon continues to appear black. The configuration and commands I used are listed below: flutter_launcher_icons: android: true ios: true image_path: "assets/images/appLogo.png" adaptive_icon_background: "#ff5722" adaptive_icon_foreground: "assets/images/appLogo.png" min_sdk_android: 21 remove_alpha_ios: true background_color_ios: "#ff5722"

Ekran Resmi 2024-05-27 14 30 16
sunderee commented 1 month ago

AFAIK, the version currently on pub.dev doesn't support setting background_color_ios. Are you adding flutter_launcher_icons as a Git-based dependency?

yasngencc commented 1 month ago

Hello,

When I load the flutter_launcher_icons package from GitHub, I noticed that the background alpha channel of the iOS icons is removed. This causes the icons' backgrounds to appear as a solid color rather than being transparent. Especially when there is shading in the icons, this results in the icons appearing distorted and unappealing. I am attaching a screenshot below to demonstrate this issue. Could you please assist with this?[

Ekran Resmi 2024-05-28 05 49 37

](url)