Changing the App Name

This section will give you brief about how you can change the app name

How you can change the app name

In-App Display Name

  1. Navigate to project >> lib >> core >> constants.
  2. Open the app_constants.dart file.
  3. Change the **app name field** to your desired name. This updates the name displayed within the app.

For Android

  1. Go to project >> android >> app >> src >> main.
  2. Open the **AndroidManifest.xml** file.
  3. Locate the **app label** property and replace the "Jhoom" label with your new app name.

For iOS

  1. Navigate to project >> ios and right-click on the ios folder.
  2. Select **Open with Xcode.**
  3. In Xcode, click on **Runner** in the project navigator.
  4. Under the **General tab**, find the **Display Name** field.
  5. Enter your desired app name and press **Enter**.

Follow the video to change the app name