📱 Change App Name
📋 Overview
Learn how to customize your app's display name for both Android and iOS platforms.
🔄 Steps to Change Name
1️⃣ Android App Name
- Open
android/app/src/main/AndroidManifest.xml
- Locate the
android:label
attribute - Update the value with your desired app name
2️⃣ iOS App Name
- Open
ios/Runner/Info.plist
- Find the
CFBundleName
key - Update the value with your desired app name
📝 Notes
- Keep the name concise and memorable
- Test the app after changing the name
- Ensure the name follows platform guidelines