You can generate app icon from this website https://app icon.co.
- Go to
<project>/assets/images/
and replace app_icon.png with your own logo. - Then run the command given bellow in your command terminal or follow instruction from https://pub.dev/packages/flutter_launcher_icons
flutter pub get
flutter pub run flutter_launcher_icons
- Go to
<project>/assets/images/
and replace loading_image.png with your own logo which show as a placeholder image for product image( A square(24×24 or 370×370 or any) shape png image would be ideal- ). - Go to
<project>/assets/images/
and replace splash.png with your own logo which show as a splash image. This image should be your logo with a background with height and width of a phone screen. Example: w-374 x h-812. - Go to
<project>/android/app/src/main/res/drawable/notification_icon.png
and replace notification_icon.png with your own logo ( A square(24×24 or 370×370 or any) which show as a Notification Icon image.