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

[BUG] No documentation for the `background_color_ios` key #498

Closed OutdatedGuy closed 1 year ago

OutdatedGuy commented 1 year ago

:information_source: Info

Version: e.g. v0.13.1

:speech_balloon: Description

~~There is feature to fill transparency of ios icons when remove_alpha_ios is set to true using the background_color_ios key. However, there is no documentation of it in the readme file at all. Also it is not present using the generate command too.~~

OutdatedGuy commented 1 year ago

The feature is yet to be released. Hence there was no docs in pub.dev.

Closing as invalid.