> 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

![](/files/-M3bQUvUiNSWjl2nz45h)

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

### iOS

Open: ios/Runner/Info.plist

![](/files/-M3bQsFVmM2mZEwYCqJg)

> ```
> <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.
