Change app name

  1. Home
  2. /
  3. Docs
  4. /
  5. NazMart – Tenant Sh...
  6. /
  7. Customisation
  8. /
  9. Change app name

Change app name

Change the value of label from <project>/android/app/src/main/AndroidManifest.xml
android:label="My App"

Change the value of CFBundleName from <project>/iOS/Runner/info.plist
<key>CFBundleName</key>
<string>My App</string>

Uninstall the previous apk and rebuild again

Change app name in system tray

Go to <project>/lib/main.dart

Change the value of ‘title’ as you wish

Was this article helpful to you? No Yes

How can we help?