You can generate app icon from this website https://app icon.co.
- Go to
<project>/assets/images/
and replace logo.png with your own logo. - Then go to
/android/app/src/main/res
and replace all mipmap folder with your<generated icon>/android
folder. - Go to
/ios/Runner
and replace Assets.xcassets with your generated Assets.xcassets folder.