Image & Icon
Image Asset
In flutter you can change image asset from parent folder asset/ we put on folder images/
image like, intro image, logo, splash background you can change there,
if you replace it please make sure filename and extension is same, because we call it by name
ic_logo.png
is not same with ic_logo.PNG
asset/images/
Icon
All icon used on app we use material design icon, and its provide by flutter framework, we no need to import it, but for launcher icon you can change it here
res/drawable/app_icon.png --> for notification icon
res/mipmap/ic_launcher.png --> for app launcher icon

Last updated
Was this helpful?