Android Package name:
Go to your Android studio terminal and run the command below to change the Android package name.
Note: Replace com.new.package.name with your won package name
Android App name:
Go to infixlms_instructor > android > app > src > main folder.
Open the AndroidManifest.xml file.
Type in your app name in Android: label
iOS Package name and App name:
Go to infixlms_instructor > ios > folder
Open Runner.xcworkspace file with XCODE
Select Runner from the left panel and Select General.
Change the display name for your app name and Bundle Identifier for the package name.
Update info.plist file:
Go to infixlms_instructor > ios > Runner > folder
Open info.plist file, then
Change the CFBundleDisplayName[5], CFBundleIdentifierName[6] and CFBundleName[7] string tag with your app name and identifier
Server URL in App
Where to put Server Url in the Application?
Select Project > go to lib > config.dart > then change the baseUrl[3] with your url
If your Sever is https://www.abc.com then the baseUrl[3] will be
https://www.infixlms.com then
Change the API version[4]
Change the App's graphics.
Change App Icon :
Go to infixlms_intructor > assets > config folder.
Replace app_logo.png with your app logo. Keep the file name app_logo.png, and the image must be a PNG.
Now run these two commands inside the infixlms_intructor folder.
flutter pub get
flutter pub run flutter_launcher_icons:main
After doing all these, run this command.
Flutter pub get