Change App Name

  • Change the name inside the lib folder

Open zcart/lib/config/config.dart folder.

You will find a constant “appName”. Change this to your app name.

  • Change the name for android app [Display Name]

Open android\app\src\main\AndroidManifest.xml file.

Change the label as your app name. This will show as the display name of the app.

  • Change the name for iOS app [Display Name]

Open ios\Runner\info.plist file

Change the name here. This will update the display name of the iOS App.

Was this page helpful?

Leave Comment