Member-only story

How to Change the Name of Your Flutter App on Android and iOS: A Step-by-Step Guide

Discover how to easily customize your Flutter app’s name on both Android and iOS platforms with this comprehensive guide, including screenshots!

Ashiqu Ali
2 min readJan 7, 2025

Exciting, right? You’ve built a stunning Flutter app, but it’s time to give it the perfect name that represents its essence! Whether you’re rebranding your app or just making a small tweak, changing the app name on both Android and iOS is crucial. It gives your app a fresh identity, whether it’s for a new release, versioning, or marketing purposes. In this step-by-step guide, we’ll show you how to quickly and easily update your Flutter app’s name on both Android and iOS platforms, complete with clear instructions, paths, and helpful screenshots!

If you are a member, please continue, otherwise, read the full story here

Updating the Android App Name

To begin, let’s update the Android part of your Flutter project:

  1. Open the android/app/src/main/AndroidManifest.xml file.
  2. Change the app’s label name.
    Look for the <application> tag and modify the android:label attribute to match the new name.
<application
android:label="Your New App Name"
... >
</application>

Updating the iOS App Name

--

--

Ashiqu Ali
Ashiqu Ali

Written by Ashiqu Ali

Mobile App Developer | Flutter | Bloc | Rest API | Convolutional Neural Network | Computer Vision | BTech - Information Technology

No responses yet