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
- Navigate to
project >> lib >> core >> constants
. - Open the
app_constants.dart
file. - Change the
**app name field**
to your desired name. This updates the name displayed within the app.
For Android
- Go to
project >> android >> app >> src >> main
. - Open the
**AndroidManifest.xml**
file. - Locate the
**app label**
property and replace the"Jhoom"
label with your new app name.
For iOS
- Navigate to
project >> ios
and right-click on the ios folder. - Select
**Open with Xcode.**
- In Xcode, click on
**Runner**
in the project navigator. - Under the
**General tab**
, find the**Display Name**
field. - Enter your desired app name and press
**Enter**
.
Follow the video to change the app name