Skip to main content

Change App Icon

Changing the icon is handled using the Flutter package flutter_launcher_icons.

Steps

  1. Replace the icon file:
  • /assets/icons/ic_launcher.png

Make sure:

  • The filename stays exactly ic_launcher.png.
  1. Run the icon generator command:
flutter pub run flutter_launcher_icons:main
  1. Rebuild/reinstall the app if needed to see the new icon.