Change App icon & splash
Last updated
Last updated
Create your own icon and replace the launcher_icon.png icons files in each folder according to the image size.
/android/app/src/main/res/mipmap-hdpi/
/android/app/src/main/res/mipmap-mdpi/
/android/app/src/main/res/mipmap-xhdpi/
/android/app/src/main/res/mipmap-xxhdpi/
/android/app/src/main/res/mipmap-xxxhdpi/
Create your own icon and name it by size, replacing the icons in the folder below.
/ios/Runner/Assets.xcassets/AppIcon.appiconset/
Create your own splash image and replace the splash.png files in each folder according to the image size.
/android/app/src/main/res/drawable-hdpi/
/android/app/src/main/res/drawable-mdpi/
/android/app/src/main/res/drawable-xhdpi/
/android/app/src/main/res/drawable-xxhdpi/
/android/app/src/main/res/drawable-xxxhdpi/
Note: To change Splash Screen Background Color, go to android/app/src/main/res/values/colors.xml and change the splash_color value
Create your own splash image and name it by size, replacing the images in the folder below.
/ios/Runner/Assets.xcassets/LaunchImage.imageset/
NOTE: Please make a copy of the project before following the instructions below. Just incase the commands doesn't work as intended.
To change the app logo of the app, follow the steps below for Android & iOS.
Go to assets folder
Change the app_icon.png to that of your choice. Please make sure the name remain the same.
You can import your custom image and rename it to app_icon.png
Go to pubspec.yaml
Find this code:
Then run this command in your terminal to update the app_icon of the app.
To change the app splash of the app, follow the steps below for Android & iOS.
Go to assets folder
Change the splash_icon.png to that of your choice. Please make sure the name remain the same.
You can import your custom image and rename it to splash_icon.png
Go to flutter_native_splash.yaml
Find this code:
Also run this command in your terminal to update the splash screen of the app.