Change app icon and splash screen

⌘K
  1. Home
  2. Docs
  3. Prohandy – Client F...
  4. Customisation
  5. Change app icon and splash screen

Change app icon and splash screen

You can generate app icon from this website https://app icon.co.

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.
Was this article helpful to you? No Yes

How can we help?