Change App Name, ID & Primary Color
Change App Name
Android
Open a file /android/app/src/main/AndroidManifast.xml and change the application label.
iOS
Open a file /ios/Runner/Info.plist and change the string of CFBundleName.
Change Application ID
In your terminal, run the command below
Change App Primary Color
Open the file /lib/constants/colors.dart
Change the primaryColor value to a color of your choosing.
Last updated
Was this helpful?