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

docs: command for multiple config files for flavors #512

Open MayurSMahajan opened 1 year ago

MayurSMahajan commented 1 year ago

Ideally, when using flavors we have multiple config files for our flutter_launcher_icons.

This PR adds a command to help the future reader quickly run the flutter_launcher_icons CLI to use all config files together in a single command.

8thgencore commented 1 year ago

Nice idea!