XIII. Cambiar Icono Lanzador
Last updated
Was this helpful?
Last updated
Was this helpful?
A command-line tool 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.
Version 0.7.3 (3rd Sept 2019) #
Lot of refactoring and improving code quality (thanks to @connectety)
Added correct App Store icon settings (thanks to @richgoldmd)
Version 0.7.2 (25th May 2019) #
Reverted back using old interpolation method
Version 0.7.1 (24th May 2019) #
Fixed issue with image dependency not working on latest version of Flutter (thanks to @sboutet06)
Fixed iOS icon sizes which were incorrect (thanks to @sestegra)
Removed dart_config git dependency and replaced with yaml dependency
Version 0.7.0 (22nd November 2018) #
Added check to ensure the Android file name is valid
Fixed issue where there was a git diff when there was no change
Fixed issue where iOS icon would be generated when it shouldn't be
Added support for drawables to be used for adaptive icon backgrounds
Added support for Flutter Launcher Icons to be able to run with it's own config file (no longer necessary to add to pubspec.yaml)
Version 0.6.1 (26th August 2018) #
Upgraded dependencies so that it should now work with Dart 2.1.0
Version 0.6.0 (8th August 2018) #
Moved the package to Flutter Community
Version 0.5.0 (12th June 2018) #
[Android] Support for adaptive icons added
1. Setup the config file #
Add your Flutter Launcher Icons configuration to your pubspec.yaml
or create a new config file called flutter_launcher_icons.yaml
. An example is shown below. A more complex example can be found in the example project.
If you name your configuration file something other than flutter_launcher_icons.yaml
or pubspec.yaml
you will need to specify the name of the file when running the package.
Note: If you are not using the existing pubspec.yaml
ensure that your config file is located in the same directory as it.
2. Run the package #
After setting up the configuration, all that is left to do is run the package.