Skip to main content

Change App Icon

In this section we will see how we can change the app's launcher icon.

Prepare#

To change the app launcher icon, you need to have an icon to replace it with.

  • Dimensions: 1080*1080 px
  • Format: jpg or png

Change the default launcher icon#

To change the default icon for your application, follow the steps given below:

  1. Rename the new icon image to app_icon.

  2. Replace / Place the icon created with the already present in the following path: woostore_pro / assets / images / app_icon.jpg.

  3. Follow this step below based on the format of your icon image:

    No further changes required. Proceed to next step.

  4. In the terminal run the following commands from the root folder:

    flutter pub get
    flutter pub run flutter_launcher_icons:main

    This will generate the launcher icons for your application for both android and iOS.

Change Android Notification Icon#

For the notification icon, the size needs to be smaller for better performance.

Recommended size for notification icon is 48*48 px or 72*72 px.

Add the new notification icon to woostore_pro / android / app / src / main / res / drawable / app_icon.jpg. Replace the default icon with your new notification icon.

Usually the notification icons are png images in white color.