icons_launcher 1.2.0 icons_launcher: ^1.2.0 copied to clipboard
A command-line tool that simplifies the task of updating your Flutter app's launcher icon.
Changelog #
1.2.0 #
- Improve windows platform to highest quality icon with multiple sizes embedded (Feature request)
1.1.8 #
- Fixed generate windows launcher icon from linux system (#5)
- Deprecated
icons_launcher:main
. Useicons_launcher:create
instead. - Update README.md
1.1.7 #
- Fixed image preview path
1.1.6 #
- Fixed generate incorrect android xml file when use background color (#4)
- Fixed create android
ic_launcher.xml
andic_launcher_round.xml
- Update README.md
1.1.5 #
- Fixed issue with pub.dev analysis
1.1.4 #
- Fixed android adaptive icon (#3)
- Android files are generated to
mipmap
instead ofdrawable
follow Android Studio - New android config
adaptive_icon_round
- New
ic_launcher-playstore.png
is generated in main folder - Update example app
- Update README.md
1.1.2 #
- Update README.md
1.1.1 #
- Fixed web support
- Replace
'dart:io'
withuniversal_io
- Replace
1.1.0 #
- Add web support
1.0.1 #
- Provide documentation
1.0.0 #
- Initial version