Releases: mrrhak/icons_launcher
Releases · mrrhak/icons_launcher
v2.0.0
v2.0.0-beta.2
- Fixed auto remove image alpha channel for iOS platform to follow AppStore guideline
- Fixed iOS flavor
- Improved pub score
- Improved log
v2.0.0-beta.1
- Rewrite and improve flavor support
- New flavor script (E.g.
icons_launcher-dev.yaml
)flutter pub run icons_launcher:create --flavor dev
- Add new config
color_adaptive_background
-
Breaking changes:
-
Rename runner from
icons_launcher:main
toicons_launcher:create
flutter pub run icons_launcher:create
-
Rename config from
flutter_icons:
toicons_launcher:
icons_launcher: image_path: 'icon.png' android: true
-
Rename config option:
- from
adaptive_icon_background
toimage_adaptive_background
- from
adaptive_icon_foreground
toimage_adaptive_foreground
- from
adaptive_icon_round
toimage_adaptive_round
- from
-
Config option removed
remove_alpha_ios
remove_alpha_macos
-
v1.2.1
v1.2.0
- Improve windows platform to highest quality icon with multiple sizes embedded (Feature request)