My app icon is broken and I don’t know why but it is black for android and it is different for ios like picture can anyone help me for this issue, I tried to recreate the app icon but it does not worked
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/app_icon.png"
min_sdk_android: 21
To resolve app icon for real value
2
Answers
Make sure the assets path is ok,
And run
or
Also do a flutter clean and rebuild the app.
Clean Flutter and try again!