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

iOS Launcher Icon background always black #454

Closed chitgoks closed 1 year ago

chitgoks commented 1 year ago

Hi i wish to ask what is missing. I have no problems with the android icons. im trying to generate ios icons but the background is always black. the imagehas a transparent background. now i read that it should be opaque in ios. so i added the image_path_ios but it doesnt work

what am i missing here

flutter_icons:
  ios: true
  android: true
  image_path: 'assets/launcher_icon.png'
  image_path_ios: 'assets/launcher_icon_ios.png'
  adaptive_icon_background: '#FFFFFF'
  adaptive_icon_foreground: 'assets/launcher_icon.png'
dragazo commented 11 months ago

What was the solution?