Changing App Logo
Android
Replace the following files in
android/app/src/main/res/
:mipmap-hdpi/ic_launcher.png
mipmap-mdpi/ic_launcher.png
mipmap-xhdpi/ic_launcher.png
mipmap-xxhdpi/ic_launcher.png
mipmap-xxxhdpi/ic_launcher.png
Update
android/app/src/main/AndroidManifest.xml
:xml<application android:icon="@mipmap/ic_launcher" ...
iOS
- Replace the following files in
ios/Runner/Assets.xcassets/AppIcon.appiconset/
:- All icon files in various sizes
- Update
ios/Runner/Info.plist
:xml<key>CFBundleIconName</key> <string>AppIcon</string>