flutter_launcher_icons 0.6.1 copy "flutter_launcher_icons: ^0.6.1" to clipboard
flutter_launcher_icons: ^0.6.1 copied to clipboard

outdated

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.6.1(26th August 2018) #

  • Upgraded test package
  • Due to issue with dart_config not working with Dart 2.1.0, now using forked version of dart_config which contains fixes from both @v3rm0n and @SPodjasek

0.6.0 (8th August 2018) #

0.5.2 (19th June 2018) #

  • Previous release didn't fix adaptive icons, just prevented the error message from appearing. This should hopefully fix it!

0.5.1 (18th June 2018) #

  • Fix for adaptive icons

0.5.0 (12th June 2018) #

  • [Android] Support for adaptive icons added (Suggestion #23)

0.4.0 (9th June 2018) #

  • Now possible to generate icons for each platform with different image paths (one for iOS icon and a separate one for Android)

0.3.3 (28th May 2018) #

  • Upgraded dart image package dependency to 2.0.0 (issue #26)

0.3.2 (2nd May 2018) #

  • Bug fixing

0.3.1 (1st May 2018) #

  • Bug fixing

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.
6625
likes
0
pub points
100%
popularity

Publisher

verified publisherfluttercommunity.dev

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 option to keep your old launcher icon in case you want to revert back sometime in the future.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dart_config, image

More

Packages that depend on flutter_launcher_icons