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 2025Releases
latest 41-
0.14.410 Jun 2025 -
0.14.317 Jan 2025Release notes
Open source →- Android: Avoids creating mipmap file used by adaptive and monochrome icons if no config exist for both #601
-
0.14.205 Dec 2024Release notes
Open source →What's Changed
- fix: wrong PR mentioned in changelog by @OutdatedGuy in #584
- Fixes the issue where the dark and tinted icons by @vlazdra in #597
New Contributors
Full Changelog: v0.14.1...v0.14.2
Release notes
Open source →- iOS: Fixed issue where dark and tinted icons were placed into the wrong directory #597
-
0.14.124 Sep 2024 -
0.14.021 Sep 2024Release notes
Open source →What's Changed
- Update README.md by @malibayram in #483
- Revert "Update README.md" by @RatakondalaArun in #484
- docs: generate config file feature documentation by @OutdatedGuy in #485
- style: fixed linting warnings on pub website by @OutdatedGuy in #486
- support ios icon background color when removing alpha by @HaoCherHong in #450
- add
background_color_iosdescription to README.md by @HaoCherHong in #487 - Fix typo in README.md by @HaoCherHong in #488
- Fixed the misspellings of whether [Issue #526] by @muddi900 in #527
- feat: added support for android 13+ themed icons by @OutdatedGuy in #497
- Feature: Configure dark and tinted mode icons for iOS 18+ by @KevinHaendel in #569
- related to [issue #96], Suggestion for an easier way to apply foreground inset by @LOCKEDFILE in #563
- update readme to use dart run by @eifr in #561
- fix: tests fails for the newly generated ios list by @OutdatedGuy in #576
New Contributors
- @malibayram made their first contribution in #483
- @HaoCherHong made their first contribution in #450
- @muddi900 made their first contribution in #527
- @KevinHaendel made their first contribution in #569
- @LOCKEDFILE made their first contribution in #563
- @eifr made their first contribution in #561
Full Changelog: v0.13.1...v0.14.0
Release notes
Open source →- 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%>
-
0.13.119 Apr 2023Release notes
Open source →What's Changed
- feat: command to generate config file template by @OutdatedGuy in #475
- fix: no longer printing creating icons message for unused platforms by @MarkOSullivan94 in #477
- chore: v0.13.1 by @MarkOSullivan94 in #481
Full Changelog: v0.13.0...v0.13.1
-
0.13.007 Apr 2023Release notes
Open source →What's Changed
- remove .DS_Store files by @connectety in #429
- Improve 'pass static analysis' score by @hugobrancowb in #428
- add .pubignore by @connectety in #430
- refactor: updated dependencies by @MarkOSullivan94 in #435
- Don't ignore CHANGELOG.md by @westy92 in #436
-
- Upgraded image:^3.0.2 to image:^4.0.15 by @carloshpb in #447
- Fix remove alpha for iOS by @mike-500 in #464
- chore: updated dependencies to latest by @OutdatedGuy in #473
- style: formatted code with
dart format .by @OutdatedGuy in #472 - chore: release prep for v0.13.0 by @MarkOSullivan94 in #474
New Contributors
- @hugobrancowb made their first contribution in #428
- @westy92 made their first contribution in #436
- @carloshpb made their first contribution in #447
- @mike-500 made their first contribution in #464
- @OutdatedGuy made their first contribution in #473
Full Changelog: v0.11.0...v0.13.0
Release notes
Open source → -
0.12.024 Feb 2023Release notes
Open source →What's Changed
- remove .DS_Store files by @connectety in #429
- Improve 'pass static analysis' score by @hugobrancowb in #428
- add .pubignore by @connectety in #430
- refactor: updated dependencies by @MarkOSullivan94 in #435
- Don't ignore CHANGELOG.md by @westy92 in #436
-
- Upgraded image:^3.0.2 to image:^4.0.15 by @carloshpb in #447
New Contributors
- @hugobrancowb made their first contribution in #428
- @westy92 made their first contribution in #436
- @carloshpb made their first contribution in #447
Full Changelog: v0.11.0...v0.12.0
-
0.11.016 Nov 2022Release notes
Open source →What's Changed
- Fix typos by @edwardmp in #405
- feat/cli-improvement by @RatakondalaArun in #406
- feat/macos-support by @RatakondalaArun in #407
repository&issue_trackeradded to pubspec by @patelpathik in #411- fix the icons 50 and 57 in contents.json by @adnanjpg in #412
- fix(example): added example for pub.dev by @RatakondalaArun in #413
- Add extra white line at the end of the file as xcode projects favor an extra whiteline by @sandersaelmans in #325
- Release/v0.11.0 by @RatakondalaArun in #421
New Contributors
- @edwardmp made their first contribution in #405
- @patelpathik made their first contribution in #411
- @adnanjpg made their first contribution in #412
- @sandersaelmans made their first contribution in #325
Full Changelog: v0.10.0...v0.11.0
Release notes
Open source →- Support for Macos Icons #407
- Cli-improvement #400
- Add
repositoryandissue_tracker#411 (thanks to @patelpathik) - Fix indent in web/manifest.json #407
- Fix the icons 50 and 57 in
contents.json#412 (thanks to @adnanjpg) - Fix typos #405 (thanks to @edwardmp)
- Added newline to EOF #325 (thanks to @sandersaelmans)
-
0.10.007 Aug 2022Release notes
Open source →What's Changed
- fix: ignore commented minSdkVersion by @BenVercammen in #365
- setting up automatic deployment of newly published github release by @MarkOSullivan94 in #376
- RatakondalaArun/web-support by @RatakondalaArun in #374
- RatakondalaAarun/update-docs by @RatakondalaArun in #381
- added workflow for auto running tests and analyzer for newly opened prs to merge into master by @MarkOSullivan94 in #387
- Added missied sizes for iOS by @bossly in #298
- Ratakondala-arun/windows-support by @RatakondalaArun in #382
- docs(windows): added windows docs by @RatakondalaArun in #390
- test: checking version number is matching one in pubspec.yaml by @MarkOSullivan94 in #389
- Update README.md by @Lone-Wolf17 in #290
- RatakondalaArun/min-sdk-not-found-384 by @RatakondalaArun in #392
- fix loading config from pubspec.yaml by @p-mazhnik in #398
New Contributors
- @BenVercammen made their first contribution in #365
- @bossly made their first contribution in #298
- @Lone-Wolf17 made their first contribution in #290
- @p-mazhnik made their first contribution in #398
Full Changelog: v0.9.3...v0.10.0
-
0.9.306 Jun 2022Release notes
Open source →What's Changed
- Fix/flutter v2.8.0 support 321 by @RatakondalaArun in #322
- fix: Incorrect version number shown by @MarkOSullivan94 in #364
New Contributors
- @RatakondalaArun made their first contribution in #322
Full Changelog: v0.9.2...v0.9.3
Release notes
Open source →- Fixes to make sure it works for Flutter v2.8 (thanks to @RatakondalaArun)
- Fixed issue with incorrect version being shown
-
0.9.222 Aug 2021Release notes
Open source →- Fixed issue where success message printed even when exception occured (thanks to @happy-san)
-
0.9.125 Jul 2021Release notes
Open source →- Upgrade args dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra)
- Upgraded
imageandtestdependencies
-
0.9.028 Feb 2021Release notes
Open source →- Null-safety support added (thanks to @SteveAlexander)
- Added option to remove alpha channel for iOS icons (thanks to @SimonIT)
-
0.8.102 Oct 2020 -
0.8.012 Sep 2020Release notes
Open source →- Added flavours support (thanks to @sestegra & @jorgecoca)
- Removed unassigned iOS icons (thanks to @melvinsalas)
- Fixing formatting (thanks to @mreichelt)
-
0.7.525 Apr 2020Release notes
Open source →- 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)
-
0.7.428 Oct 2019 -
0.7.303 Sep 2019Release notes
Open source →- Lot of refactoring and improving code quality (thanks to @connectety)
- Added correct App Store icon settings (thanks to @richgoldmd)
-
0.7.225 May 2019 -
0.7.2+127 Jun 2019Nothing published for this version
-
0.7.123 May 2019Release notes
Open source →- 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
-
0.7.022 Nov 2018Release notes
Open source →- 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)
-
0.6.126 Aug 2018Release notes
Open source →- 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
-
0.6.007 Aug 2018 -
0.5.219 Jun 2018Release notes
Open source →- Previous release didn't fix adaptive icons, just prevented the error message from appearing. This should hopefully fix it!
-
0.5.118 Jun 2018 -
0.5.012 Jun 2018 -
0.4.008 Jun 2018Release notes
Open source →- Now possible to generate icons for each platform with different image paths (one for iOS icon and a separate one for Android)
-
0.3.328 May 2018 -
0.3.202 May 2018 -
0.3.101 May 2018 -
0.3.001 May 2018Release notes
Open source →- 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
-
0.2.125 Apr 2018Release notes
Open source →- 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
-
0.2.024 Jan 2018Release notes
Open source →- Ability to create new launcher icons without replacing the old ones added (#6)
- Fixed issue with launcher icons for iOS not correctly being set
-
0.1.005 Dec 2017Nothing published for this version
-
0.0.504 Dec 2017 -
0.0.404 Dec 2017 -
0.0.304 Dec 2017 -
0.0.204 Dec 2017 -
0.0.104 Dec 2017