12. Change App Icon

  • Go to the assets/images and delete the default icon (icon.png).

  • Now upload your app icon as png in the assets/images folder and rename it to icon.png

  • Now run the following command on the terminal:

flutter pub get
flutter pub run flutter_launcher_icons:main

This command will create an android & iOS icons for your app.

Thatโ€™s it. For more info, visit this site.

Last updated