icons_launcher 1.1.5 icons_launcher: ^1.1.5 copied to clipboard
A command-line tool that simplifies the task of updating your Flutter app's launcher icon.
Changelog #
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