Developmentcookbook
  • Introduction
  • Herramientas de Desarrollo
  • PlantUML en NetBeans
  • JPA
    • AUTOINCREMENTABLE SECUENCE
    • Autoincrementable mediante Tabla
    • Agregar DataSource /JNDI
    • Sincronizando EntityManager /con base datos
  • NoSQL
    • Couchdb
      • Instalacion_couchdb
    • MongoDB
      • Optimizar mongodb
      • mongodb 4.0
      • MongoDB vs RDBM
      • Instalar mongodb
  • Apache Tomcat10
    • Tomcat con Jakarta EE
    • UberJar
  • SQL Server
    • SQL Server Con NetBeans
    • SQL Server Command Line
    • Sql Migrar desde hoja de calculos
    • Cambiar contraseña de usuario sa
    • Azure Data Studio
  • Kazam
  • Ubuntu
    • Desintalar un paquete
    • Activar la virtualizacion en Ubuntu
    • Crear acceso directo
    • Deshabilitar el splash screen en el grub ubuntu
    • Optimizar Google Chrome
    • ZRAM EN UBUNTU
    • Formatear usb con varias particiones
    • Crear usb Live persistente de ubuntu
    • Controlar mouse con raton
  • I-Android
    • 1.1- InstalarAndroid Studio
    • 1.2-Crear proyecto
    • 1.4-Configurar dispositivo Android
      • III. Emulador Android Studio
        • 3.1-Instalar el Emulador de Android Studio
        • 3.2-Crear AVD ( emulador Android Studio)
        • 3.3 Instalar KVM
        • 3.4 Virtualizacion para el Emulador de Android Studio
          • 3.5 Activar Virtualizacion en Ubuntu
            • 3.5.1 Instalar acelerador kvm
          • 3.6 Configure el emulador de Android
      • Otras opciones no Fundamentales
        • 1.3-Mejorar rendimiento de Android Studio
          • 1.3.1 Permisos
        • 1.1.1 Cambiar Colores
        • 1.1.1 Optimizar Android
  • II.Emulador Genymotion
    • 2.0 Instalar Emulador Genymotion
    • 2.1 Error con redes y VirtualBox
    • 2.2 Configurar ADB
    • 2.1 Crear Dispositivos
    • 2.4 Corregir el error al ejecutar ABD
    • 2.5 Integrar Emulador Genymotion con Android Studio
  • Apple IOS
  • IV.Flutter
    • 4.0 Links
    • 4.1 Instalar Flutter
    • 4.2 Configurar Editor
    • 4.3 Primera Aplicacion en Flutter
    • 4.4 Ejecutar con Genymotion
    • 4.5 Genymotion Devices con Android Studio
    • 4.6 Agregar dependencias
    • 4.7 Path
    • 4.8 Crear un build para Android e Ios desde consola
  • V. Visual Studio Code
    • Java Support
    • Microprofile Visual Studio
    • Soporte Git
    • 5.1 Instalar
    • 5.2 Configurar Flutter
    • 5.3 Proyecto Flutter en Visual Studio Code
    • 5.4 Ejecutar Proyecto con Genymotion
    • 5.5 Launch Emulator
      • 5.6 Git
  • VI. Diseñar aplicaciones Flutter con pencil
  • VII. Flutter WebView
    • main.dart
    • WebViewInFlutter.dart
  • VIII. Fluter con RestFull API
    • 8.0 Enlaces
    • 8.1 Proyecto ejemplo
  • IX. Flutter Push Notificationes
    • 9.0 Enlances
    • Untitled
  • X. Flutter Test
    • 10.0 Enlaces
  • XI. Flutter Mockito
    • 11.0 Enlaces
  • XII. CodeMagic CI/CD Continuos Development
    • 12.0 gitlab
    • 12.1 Build Fase
    • 12.2 Testing Fails
    • 12.3 TestMagic
    • 12.4 Generar para IOS
    • 12.5 Firmar para IOS
  • XIII. Cambiar Icono Lanzador
  • XIV. Firmar APP
  • XV. Reducir el tamaño
  • Dart
    • Instalacion_dart
  • Flutter con MongoDB
  • Heroku
  • Vaadin
  • NodeJS
    • Instalar_nodejs
    • Angular IDE
    • NetBeans Angular
    • Instalar PrimeNG
    • Instalar AngularCI
    • Instalar FontAwesome
  • VueJS
  • Jenkins
    • Requerimientos
    • Configurar el Sistema
    • Login
    • Dashboard
    • Plugins
    • Global Tool Configuration
    • Crear proyecto maven
    • Configurar el archivo pom.xml
    • Inicializar mercurial
    • Ejecutar mercurial server
    • Crear Tarea Jenkins
      • General
      • Configurar origen del codigo fuente
      • Disparadores de ejecuciones
      • Entorno de ejecución
      • Pasos previos
      • Proyecto
      • Pasos posteriores/Cobertura
      • Propiedades del proyecto
      • Acciones para Ejecutar después
    • PMD
    • Ver la integración continua
      • Modulos
      • Bajar el artefacto de cada corrida
      • Tendencia
    • Editemos el Test
    • Test de Cobertura
    • Plugins Jenkins para NetBeans
  • MVC con JEE8
    • Introduccion mvc
    • Mvc learn
    • mvc con facelets
    • mvc con jnoqsl
  • Microservicios
    • Introduccion a microservicios
    • Crear un microservcios
    • Cliente del Microservicio
  • NetBeans Platform
  • Markdown
    • texto expandible
  • Android
    • Git
  • Selenium Testing
  • Zoom en Ubuntu 20.04
Powered by GitBook
On this page
  • Flutter Launcher Icons #
  • ✨ What's New #
  • :book: Guide #

Was this helpful?

XIII. Cambiar Icono Lanzador

Previous12.5 Firmar para IOSNextXIV. Firmar APP

Last updated 5 years ago

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) #

Version 0.5.0 (12th June 2018) #

  • [Android] Support for adaptive icons added

1. Setup the config file #

dev_dependencies: 
  flutter_launcher_icons: "^0.7.3"
  
flutter_icons:
  android: "launcher_icon" 
  ios: true
  image_path: "assets/icon/icon.png"

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.

flutter pub get
flutter pub run flutter_launcher_icons:main -f <your config file name here>

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.

flutter pub get
flutter pub run flutter_launcher_icons:main

Flutter Launcher Icons

✨ What's New

Moved the package to

:book: Guide

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 .

#
#
Flutter Community
#
can be found in the example project
Build Status
pub package
flutter_launcher_icons | Dart PackageDart packages
Logo
Flutter Community: flutter_launcher_icons