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

feat: command to generate config file template #475

Closed OutdatedGuy closed 1 year ago

OutdatedGuy commented 1 year ago

Binary command to generate config file template.

Command:

flutter pub run flutter_launcher_icons:generate

Checks the tasks Generate flutter_launcher_icons.yaml config file with flutter pub run flutter_launcher_icons generate in roadmap #379

MarkOSullivan94 commented 1 year ago

Thanks for the PR @OutdatedGuy ❤️