flutter_launcher_icons 0.3.0 flutter_launcher_icons: ^0.3.0 copied to clipboard
A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the opt [...]
Changelog #
0.3.0 (1st May 2018) #
- 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
0.2.1 (25th April 2018) #
- 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
0.2.0 (18th January 2018) #
- Ability to create new launcher icons without replacing the old ones added (#6)
- Fixed issue with launcher icons for iOS not correctly being set
0.0.5 #
- Quick Fix on if statement
0.0.4 #
- Fixing strong mode error
0.0.3 #
- Adding flutter as a dependency so its listed as a flutter package.
0.0.2 #
- Fix Doc typo
0.0.1 #
- Initial version, Resizes Icon to Android sizes only.