Change App Icon
Steps to Update the App Icon
1. Generate the App Icon
-
Use an Online Tool to Generate your app icon using a reliable icon generation website.
-
For example, visit App Icon Generator.
-
Download the Generated Icons
-
After generating the icons, download the folder containing the assets for both Android and iOS.
2. Update the App Icon for Android
-
Navigate to the following directory in your Flutter project:
/android/app/src/main/res
-
Replace all
mipmap
folders in this directory with themipmap
folders from your generated Android icons.
3. Update the App Icon for iOS
-
Navigate to the following directory in your Flutter project:
/ios/Runner/Assets.xcassets
-
Replace the existing
Assets.xcassets
folder with theAssets.xcassets
folder from your generated iOS icons.