> For the complete documentation index, see [llms.txt](https://cyclone-nepal.gitbook.io/digitalhr-flutter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cyclone-nepal.gitbook.io/digitalhr-flutter/flutter-setup/change-app-name.md).

# Change App Name

## Android

Open the file AndroidManifest.xml under android--> app --> src --> main. Enter the preferred app name in the label under application tag.

```
<application
        android:label="Enter Your Desired Name Here" 
        android:name="${applicationName}"
        android:requestLegacyExternalStorage="true"
        android:icon="@mipmap/launcher_icon">
```

## iOS

For iOS, change the name for `CFBundleDisplayName` as shown in image below.

<figure><img src="/files/q8xxHaH2oh9pWZfSk4Fl" alt=""><figcaption></figcaption></figure>
