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
2.01k stars 406 forks source link

support ios icon background color when removing alpha #450

Closed HaoCherHong closed 1 year ago

HaoCherHong commented 1 year ago

Add a background_color_ios key to set background color when removing alpha.

RatakondalaArun commented 1 year ago

Hi @HaoCherHong

Thanks for your contribution.

I was reviewing your PR and noticed few thing

I suggest you to pull the latest changes from master and resolve them.

HaoCherHong commented 1 year ago

Hi @RatakondalaArun, I've updated the implementation for the updates. Please review it again. Thank you!