Change App Icon
Your app icon is a crucial branding element. Follow these steps to change it:
Using flutter_launcher_icons Package
-
Add your icon to the designated folder and rename it to
icon.png
Important: Make sure the icon name is exactly
icon.png
-
Run this command in your terminal to update all the app icons:
flutter pub run flutter_launcher_icons
Note: Make sure you have run
flutter pub get
first to install dependencies
Troubleshooting
If you encounter any issues while changing your app icon, feel free to contact support on Teams.