Releases: fluttercommunity/flutter_launcher_icons
Releases · fluttercommunity/flutter_launcher_icons
v0.9.1
Merge pull request #273 from fluttercommunity/reducing-package-size Reducing package size
v0.9.0
Update README.md
v0.8.0
- Added flavours support (thanks to @sestegra & @jorgecoca)
- Removed unassigned iOS icons (thanks to @melvinsalas)
- Fixing formatting (thanks to @mreichelt)
v0.7.5
Added feature request template
v0.7.2
- Reverted back using old interpolation method
v0.7.1
- 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
v0.7.0
- Added check to ensure the Android file name is valid
- 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)
v0.6.1
Updated dependencies to work with Dart 2.1.0
Moved to Flutter Community
v0.6.0 Update CHANGELOG.md
v0.5.2
- Added more unit tests (4 more). One to specifically check the path for adaptive icon mipmap path.
- Adaptive icons should be working now