• Courses
  • YouTube
  • Dev News
  • Technology
  • Blogs
  • Flutter Jobs
  • Contact
    • About Us
    • RegisterLogin
    Navoki
    • Courses
    • YouTube
    • Dev News
    • Technology
    • Blogs
    • Flutter Jobs
    • Contact
      • About Us
    • RegisterLogin

      Developers

      • Home
      • Blog
      • Developers
      • Flutter Application Launcher Icons
      App Icons

      Flutter Application Launcher Icons

      • Posted by Shivam Srivastava
      • Categories Developers, Flutter
      • Date April 7, 2020
      Spread the love

      Introduction

      Flutter Launcher Icons has been designed to help quickly generate launcher icons for both Android and iOS. Today in this article we will create a sample project and then change the launcher icon of that project.

      Flutter Launcher Icon?

      A command-line tool that simplifies the task of change your Flutter app’s launcher icon. Totally flexible, permitting you to decide on what platform you want to update the launcher icon for and if you would like, the choice to stay your recent launcher icon just in case you would like to revert someday within the future.

      Setup Flutter on your machine

      If you don’t have a flutter set up in your machine so you have to need to install it first. Click here to learn how to set up flutter on Windows and for Linux.

      Let’s Begin

      • Add  flutter_launcher_icons dependency in your project pubspec.yaml file.
      dependencies:
        flutter:
          sdk: flutter
        flutter_launcher_icons: <latest_version>
      

      • Create a folder and add your launcher icon file inside that folder, in my case my folder name is “assets” and my launcher file name is “launcher.png”.
      Launcher Folder | Flutter Application Launcher Icons

      • Add the below code inside your pubspec.yaml file to configure the launcher file with your project.
      flutter_icons:
        android: true
        ios: true
        image_path: "assets/launcher.png"

      true: Override the default existing Flutter launcher icon for the platform specified
      false: Ignore making launcher icons for this platform
      path/here.png: This will generate new launcher icons for the platform with the name you specify, without removing the old default existing Flutter launcher icon.



      Run flutter packages get command on terminal
      flutter pub run flutter_launcher_icons:main -f < your config file name here >

      We have successfully updated the launcher icon of our application, now we can run the project.

      Bookmark(0)

      Please login to bookmark

      Continue with Google
      0

      Tag:flutter app icon generator, flutter icons, flutter launcher icon, how to change flutter app icon

      • Share:
      author avatar
      Shivam Srivastava

      Mobile Solution [email protected], Android and Flutter Dev, Dart ,Founder of @Navoki, Instructor

      Previous post

      TOP FLUTTER LIBRARIES USED BY DEVELOPERS
      April 7, 2020

      Next post

      IOT TECH EXPO EUROPE 2020
      April 9, 2020

      You may also like

      everything-about-flutter-3-in-google-i-o-2022 navoki.com
      Everything about Flutter 3 in Google I/O 2022
      12 May, 2022
      Flutter-Web-CORS-Error-SOLVED-Navoki.com
      [SOLVED] Flutter Web CORS Error
      4 May, 2022
      How Video Call works in Flutter
      How Incoming Video Call Notification works in Flutter
      15 April, 2022


      Categories

      • Android
      • Dart
      • Dart Server
      • Dart Web
      • Developers
      • Flutter
      • Flutter Desktop
      • Flutter Mobile
      • Flutter Web
      • Fuchsia
      • Go Lang
      • Technology
      • Uncategorized

      Recent Post

      • Everything-About-Flutter-3-In-Google-I-O-2022 Navoki.comEverything about Flutter 3 in Google I/O 2022
      • Flutter-Web-Cors-Error-Solved-Navoki.com[SOLVED] Flutter Web CORS Error
      • How Video Call Works In FlutterHow Incoming Video Call Notification works in Flutter

      Subscribe Now

       

      Recent Courses

      Single And Multi Selection Listview In Flutter

      Single and Multi Selection ListView in Flutter

      Go Installation And Variables

      Go Installation and Variables

      List In Dart Programming Language

      List in Dart Programming language

      Variables In Dart Programming Language

      Variables in Dart Programming language

      View All

      DON’T MISS
      FLUTTER UPDATES

      Be the first to know when our blog is published.

      flutter-mobile-mockup

      Check your inbox or spam folder to confirm your subscription.

      Contact

      •   Navoki Technologies Pvt. Ltd.
        JMD Megapolis , Sector 48, Gurugram, Haryana 122018

      Company

      • About Us
      • Blogs
      • Contact
      • Privacy policy
      • Terms & Condition

      Useful Links

      • Courses
      • Youtube
      • Dev News

      Mobile

      Click and Get started in seconds

      "Navoki" is a registered trademark of Navoki.com ® 2020–2030 Navoki Technologies Pvt Ltd.

      • Terms & Condition

      Login with your site account

      Continue with Google

      By "Sign in” above to accept Navoki’s Terms of Service & Privacy Policy.

      Not a member yet? Register now

      Register a new account

      Continue with Google

      By "Sign Up” above to accept Navoki’s Terms of Service & Privacy Policy.

      Are you a member? Login now