Change App Icon
Changing the icon is handled using the Flutter package flutter_launcher_icons.
Steps
- Replace the icon file:
/assets/icons/ic_launcher.png
Make sure:
- The filename stays exactly
ic_launcher.png.
- Run the icon generator command:
flutter pub run flutter_launcher_icons:main
- Rebuild/reinstall the app if needed to see the new icon.