Flutter App Name Change: A Step-by-Step Guide for Android and iOS

Опубликовано: 16 Июнь 2026
на канале: NTech
177
23

🚀Flutter App Name Change: A Step-by-Step Guide for Android and iOS🚀

In this Flutter tutorial, you'll learn how to easily change the name of your application. Whether you're rebranding your app or simply want to give it a new name, this step-by-step guide will show you how to update the app name that appears on the device. We'll cover everything from updating the name in the AndroidManifest.xml file to changing the display name on iOS devices. By the end of this video, you'll be able to seamlessly update the name of your Flutter application and give it a fresh new identity. Subscribe to our channel for more Flutter tutorials and tips!

🚀Android:
Open your Flutter project in Android Studio or your preferred code editor.
Navigate to the android/app/src/main/AndroidManifest.xml file.
Locate the "application" tag. Update the android: label attribute with your new application name. This is the name that will appear on the device. Save the file.

🚀iOS:

Open your Flutter project in Xcode by navigating to the iOS folder and opening the Runner. xcworkspace file.
In Xcode, locate the Info.plist file under the Runner project.
Look for the CFBundleName key and update its value with your new application name. This is the name that will appear on the iOS device.
Additionally, you may want to update the CFBundleDisplayName key to change the display name of your app on the device's home screen.
Save the file. After completing these steps, rebuild your Flutter project for both Android and iOS using Flutter Run or by running your project from your IDE. Your application should now display the new name on both Android and iOS devices.

Don't miss out on the step-by-step guide for Flutter. Watch now and level up your Flutter programming skills! If you found this video helpful, don't forget to like, share, and subscribe for more insightful tutorials on Flutter and other programming topics.

👍 Like, share, and subscribe for more Flutter tutorials! 👍
#flutter #dart #Asynchronous #programming #mobileappdevelopment #codingtutorial #asyncawait #new #tranding #ntech