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: added support for android 13+ themed icons #497

Closed OutdatedGuy closed 9 months ago

OutdatedGuy commented 1 year ago

New

Changes

closes #458; closes #419;

josh-burton commented 9 months ago

Is there anything preventing this PR from being merged? Can the tests be run again?

@MarkOSullivan94 @RatakondalaArun

OutdatedGuy commented 9 months ago

Hi @MarkOSullivan94, can you review this PR and tell me if changes are needed.

MarkOSullivan94 commented 9 months ago

@OutdatedGuy this is a major new feature for flutter_launcher_icons and with it I'm happy to see us make a new release for it so people can try out

jennie-metacast commented 8 months ago

Very excited about this feature - any idea of the time frame for releasing it? Thanks!

josh-burton commented 8 months ago

Very excited about this feature - any idea of the time frame for releasing it? Thanks!

In the meantime, you can use the latest master version:

  flutter_launcher_icons:
    git: git@github.com:fluttercommunity/flutter_launcher_icons.git
And96 commented 6 months ago

Merged but not availabe via pub.dev ?

And96 commented 6 months ago

Very excited about this feature - any idea of the time frame for releasing it? Thanks!

In the meantime, you can use the latest master version:

  flutter_launcher_icons:
    git: git@github.com:fluttercommunity/flutter_launcher_icons.git

Didnt work for me. In pubspec.yaml I have to use:

flutter_launcher_icons: git: url: https://github.com/fluttercommunity/flutter_launcher_icons ref: master