PackageTrack
Sign in Get early access

flutter_launcher_icons

A package which simplifies the task of updating your Flutter app's launcher icon.

0.14.4 3.1M downloads/mo #198 most downloaded on pub.dev fluttercommunity/flutter_launcher_icons

What this package is like to depend on

Last release 1 years ago

10 Jun 2025

Release timing varies

gaps range from 2 weeks to 1.4 years

Nearly every release is documented

notes for 39 of 41 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

41 releases · first in 2017

0 releases in the last 12 months

see the full history below

Release timeline

41 releases · Dec 2017 to Jun 2025
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 41
  1. 0.14.4 10 Jun 2025
    Release notes

    Full Changelog: v0.14.2...v0.14.4

    Open source →
    Release notes
    • Removed rules which no longer exist from analysis_options #598
    • Fix template generated within thegenerate command #642
    • Standardize on async I/O and waiting for work to complete #646
    Open source →
  2. 0.14.3 17 Jan 2025
    Release notes
    • Android: Avoids creating mipmap file used by adaptive and monochrome icons if no config exist for both #601
    Open source →
  3. 0.14.2 05 Dec 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.14.1...v0.14.2

    Open source →
    Release notes
    • iOS: Fixed issue where dark and tinted icons were placed into the wrong directory #597
    Open source →
  4. 0.14.1 24 Sep 2024
    Release notes

    What's Changed

    • Corrected run commands in the documentation by @gokadzev in #577

    New Contributors

    Full Changelog: v0.14.0...v0.14.1

    Open source →
    Release notes
    • Fixed README
    Open source →
  5. 0.14.0 21 Sep 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.13.1...v0.14.0

    Open source →
    Release notes
    • Android: Support for monochrome icons #497

    Before

    <img src="https://github.com/user-attachments/assets/ce16287d-1394-4404-b056-8308f0a69f07" width=40%>

    Now

    <img src="https://github.com/user-attachments/assets/a420fefd-28b0-4eb9-8fd0-2e03068d3d83" width=40%>

    • Android: Ability to set inset for adaptive icon foreground and monochrome icon #563
    • iOS: Dark and Tinted icons for iOS 18+ #569
    Open source →
  6. 0.13.1 19 Apr 2023
    Release notes

    What's Changed

    Full Changelog: v0.13.0...v0.13.1

    Open source →
    Release notes
    • Can now use flutter_launcher_icons instead of flutter_icons #478
    • Can use command flutter pub run flutter_launcher_icons:generate to automatically generate config file #475
    Open source →
  7. 0.13.0 07 Apr 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.11.0...v0.13.0

    Open source →
    Release notes
    • Fix remove alpha for iOS #464
    • Updating code style #472
    • Updated out of bounds dependency #473
    Open source →
  8. 0.12.0 24 Feb 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.11.0...v0.12.0

    Open source →
    Release notes
    • Updated image package and other packages #447
    Open source →
  9. 0.11.0 16 Nov 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.10.0...v0.11.0

    Open source →
    Release notes
    Open source →
  10. 0.10.0 07 Aug 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.9.3...v0.10.0

    Open source →
    Release notes
    • Support for Web Icons #374
    • Support for Windows Icons #382
    • Added missing IOS icon sizes #298
    • Added min_sdk_android option #392
    • Added documentation for remove_alpha_ios #392
    • Fixed issue with loading config from pubspec.yaml #398 (thanks to @p-mazhnik)
    Open source →
  11. 0.9.3 06 Jun 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.9.2...v0.9.3

    Open source →
    Release notes
    • Fixes to make sure it works for Flutter v2.8 (thanks to @RatakondalaArun)
    • Fixed issue with incorrect version being shown
    Open source →
  12. 0.9.2 22 Aug 2021
    Release notes
    • Fixed issue where success message printed even when exception occured (thanks to @happy-san)
    Open source →
  13. 0.9.1 25 Jul 2021
    Release notes
    • Upgrade args dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra)
    • Upgraded image and test dependencies
    Open source →
  14. 0.9.0 28 Feb 2021
    Release notes
    • Null-safety support added (thanks to @SteveAlexander)
    • Added option to remove alpha channel for iOS icons (thanks to @SimonIT)
    Open source →
  15. 0.8.1 02 Oct 2020
    Release notes
    • Fixed flavor support on windows (@slightfoot)
    Open source →
  16. 0.8.0 12 Sep 2020
    Release notes
    • Added flavours support (thanks to @sestegra & @jorgecoca)
    • Removed unassigned iOS icons (thanks to @melvinsalas)
    • Fixing formatting (thanks to @mreichelt)
    Open source →
  17. 0.7.5 25 Apr 2020
    Release notes
    • Fixed issue where new lines were added to Android manifest (thanks to @mreichelt)
    • Improvements to code quality and general tidying up (thanks to @connectety)
    • Fixed Android example project not running (needed to be migrated to AndroidX)
    Open source →
  18. 0.7.4 28 Oct 2019
    Release notes
    • Worked on suggestions from pub.dev
    Open source →
  19. 0.7.3 03 Sep 2019
    Release notes
    • Lot of refactoring and improving code quality (thanks to @connectety)
    • Added correct App Store icon settings (thanks to @richgoldmd)
    Open source →
  20. 0.7.2 25 May 2019
    Release notes
    • Reverted back using old interpolation method
    Open source →
  21. 0.7.2+1 27 Jun 2019

    Nothing published for this version

  22. 0.7.1 23 May 2019
    Release notes
    • Fixed issue with image dependency not working on latest version of Flutter (thanks to @sboutet06)
    • Fixed iOS icon sizes which were incorrect (thanks to @sestegra)
    • Removed dart_config git dependency and replaced with yaml dependency
    • Refactoring of code
    Open source →
  23. 0.7.0 22 Nov 2018
    Release notes
    • Now ensuring that the Android file name is valid - An error will be thrown if it doesn't meet the criteria
    • Fixed issue where there was a git diff when there was no change
    • Fixed issue where iOS icon would be generated when it shouldn't be
    • Added support for drawables to be used for adaptive icon backgrounds
    • Added support for Flutter Launcher Icons to be able to run with it's own config file (no longer necessary to add to pubspec.yaml)
    Open source →
  24. 0.6.1 26 Aug 2018
    Release notes
    • Upgraded test package
    • Due to issue with dart_config not working with Dart 2.1.0, now using forked version of dart_config which contains fixes from both @v3rm0n and @SPodjasek
    Open source →
  25. 0.6.0 07 Aug 2018
    Release notes
    Open source →
  26. 0.5.2 19 Jun 2018
    Release notes
    • Previous release didn't fix adaptive icons, just prevented the error message from appearing. This should hopefully fix it!
    Open source →
  27. 0.5.1 18 Jun 2018
    Release notes
    • Fix for adaptive icons
    Open source →
  28. 0.5.0 12 Jun 2018
    Release notes
    • [Android] Support for adaptive icons added (Suggestion #23)
    Open source →
  29. 0.4.0 08 Jun 2018
    Release notes
    • Now possible to generate icons for each platform with different image paths (one for iOS icon and a separate one for Android)
    Open source →
  30. 0.3.3 28 May 2018
    Release notes
    • Upgraded dart image package dependency to 2.0.0 (issue #26)
    Open source →
  31. 0.3.2 02 May 2018
    Release notes
    • Bug fixing
    Open source →
  32. 0.3.1 01 May 2018
    Release notes
    • Bug fixing
    Open source →
  33. 0.3.0 01 May 2018
    Release notes
    • Fixed issue where icons produced weren't the correct size (Due to images not with a 1:1 aspect r ation)
    • Improved quality of smaller icons produced (Thanks to PR #17 - Thank you!)
    • Updated console printed messages to keep them consistent
    • Added example folder to GitHub project
    Open source →
  34. 0.2.1 25 Apr 2018
    Release notes
    • Added extra iOS icon size (1024x1024)
    • Fixed iOS default icon name (Thanks to PR #15 - Thank you!)
    • Fixed issue #10 where creation of the icons was failing due to the target folder not existing
    Open source →
  35. 0.2.0 24 Jan 2018
    Release notes
    • Ability to create new launcher icons without replacing the old ones added (#6)
    • Fixed issue with launcher icons for iOS not correctly being set
    Open source →
  36. 0.1.0 05 Dec 2017

    Nothing published for this version

  37. 0.0.5 04 Dec 2017
    Release notes
    • Quick Fix on if statement
    Open source →
  38. 0.0.4 04 Dec 2017
    Release notes
    • Fixing strong mode error
    Open source →
  39. 0.0.3 04 Dec 2017
    Release notes
    • Adding flutter as a dependency so its listed as a flutter package.
    Open source →
  40. 0.0.2 04 Dec 2017
    Release notes
    • Fix Doc typo
    Open source →
  41. 0.0.1 04 Dec 2017
    Release notes
    • Initial version, Resizes Icon to Android sizes only.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive