🖼️ Change App Logo
📋 Overview
Learn how to customize your app's logo for both Android and iOS platforms.
🔄 Steps to Change Logo
1️⃣ Android Logo
- Navigate to
android/app/src/main/res/mipmap-*
folders - Replace the
ic_launcher.png
files with your new logo - Ensure the logo follows Android's icon guidelines
2️⃣ iOS Logo
- Open
ios/Runner/Assets.xcassets/AppIcon.appiconset
- Replace the existing icon files with your new logo
- Make sure the logo meets Apple's icon requirements
📝 Notes
- Maintain proper image dimensions for each platform
- Test the app after changing the logo
- Keep backup of original logos