flutter_launcher_icons icon indicating copy to clipboard operation
flutter_launcher_icons copied to clipboard

[BUG] Issue with flutter_launcher_icons Background Color on iOS App

Open yasngencc opened this issue 9 months ago • 2 comments

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

yasngencc avatar May 27 '24 11:05 yasngencc