- Can now use
flutter_launcher_icons
instead offlutter_icons
#478 - Can use command
flutter pub run flutter_launcher_icons:generate
to automatically generate config file #475
- Updated image package and other packages #447
- Support for Macos Icons #407
- Cli-improvement #400
- Add
repository
andissue_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)
- 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)
- Fixes to make sure it works for Flutter v2.8 (thanks to @RatakondalaArun)
- Fixed issue with incorrect version being shown
- Fixed issue where success message printed even when exception occured (thanks to @happy-san)
- Upgrade args dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra)
- Upgraded
image
andtest
dependencies
- Null-safety support added (thanks to @SteveAlexander)
- Added option to remove alpha channel for iOS icons (thanks to @SimonIT)
- Fixed flavor support on windows (@slightfoot)
- Added flavours support (thanks to @sestegra & @jorgecoca)
- Removed unassigned iOS icons (thanks to @melvinsalas)
- Fixing formatting (thanks to @mreichelt)
- 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)
- Worked on suggestions from pub.dev
- Lot of refactoring and improving code quality (thanks to @connectety)
- Added correct App Store icon settings (thanks to @richgoldmd)
- Reverted back using old interpolation method
- 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
- 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)
- 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
- Moved the package to Flutter Community
- Previous release didn't fix adaptive icons, just prevented the error message from appearing. This should hopefully fix it!
- Fix for adaptive icons
- [Android] Support for adaptive icons added (Suggestion #23)
- Now possible to generate icons for each platform with different image paths (one for iOS icon and a separate one for Android)
- Upgraded dart image package dependency to 2.0.0 (issue #26)
- Bug fixing
- Bug fixing
- 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
- 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
- Ability to create new launcher icons without replacing the old ones added (#6)
- Fixed issue with launcher icons for iOS not correctly being set
- Quick Fix on if statement
- Fixing strong mode error
- Adding flutter as a dependency so its listed as a flutter package.
- Fix Doc typo
- Initial version, Resizes Icon to Android sizes only.