How to change the Package name and App Name

23rd Sep, 2022

Android Package name:

  • Go to lms_flutter_app > android > app folder.
  • Open build.gradle file.
  • Type in your app package name in applicationId

 


Android App name:

  • Go to lms_flutter_app > android > app > src > main folder.
  • Open AndroidManifest.xml file.
  • Type in your app name in android:label


     

iOS Package name and App Name:

  • Go to lms_flutter_app > ios > folder
  • Open Runner.xcworkspace file with XCODE
  • Select Runner from the left panel and Select General.
  • Change display name for your app name and Bundle Identifier for package name

  •  

Categories
Latest Versions