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.98k stars 393 forks source link

Add support for two different icons: One for iOS and a different one for Android #18

Closed MarkOSullivan94 closed 6 years ago

MarkOSullivan94 commented 6 years ago

As suggested on Reddit ( https://www.reddit.com/r/FlutterDev/comments/8f26iq/flutter_launcher_icons_v021_released/dy0glg9/ ) it would be great to add the ability to have one icon for iOS and a separate icon for Android.

MarkOSullivan94 commented 6 years ago

Thanks to @mdudek this feature has now been implemented and should be available to use in the next release