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.