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

# Update the application display name

### Android

Open: android/app/src/main/AndroidManifest.xml

![](https://238294923-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M34BmGZvTm8CQXo2r6U%2F-M3bQ5smLZkIDi1WsVfS%2F-M3bQUvUiNSWjl2nz45h%2FScreen%20Shot%202020-03-30%20at%2000.53.42.png?alt=media\&token=76cf44f4-6264-4348-9375-0af009431b37)

Update ***android:label*** as you want.

### iOS

Open: ios/Runner/Info.plist

![](https://238294923-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M34BmGZvTm8CQXo2r6U%2F-M3bQ5smLZkIDi1WsVfS%2F-M3bQsFVmM2mZEwYCqJg%2FScreen%20Shot%202020-03-30%20at%2000.55.28.png?alt=media\&token=5d625692-af0f-492b-b0a2-f9e42237b61e)

> ```
> <key>CFBundleName</key>
> <string>Golo_Lara</string>
> ```
>
> Replace "***Golo\_lara***"� by your app name.

You can update your app bundle identifier in this Info.plist also.
