Enter your domain link and keys in the app code
Go to project directory-> lib-> common-> apidata.dart
static const String domainLink = "ENTER YOUR DOMAIN LINK";
eClass App Deployment Video :
App Icon
Make your app icon from the below link and download the zip file. replace it at the path
Go to project directory-> android-> app-> src-> main-> res
https://makeappicon.com/
Label Name
To Change your App Label Name
Go to project diretory/android/app/src/main/AndroidManifest.xml
Package Name
To change your app package name
ctrl+shift+F to find com.lolits.eclass than ctrl+shift+R to replace it with your app package name
eClass properties file
Change your app keystore password from eclass.properties file
Go to android-> eclass.properties
NOTE: This keystore password is just for example purpose. Create the keystore password according to your project.
jks file
To Create jks file for your app , run the command in the terminal
1. cd android
2. cd app
3. then run the command given below
android/app/
NOTE: Before Run the above command ,check the appname.jks and appname in the command should be same as you created in eclass.properties file.
Google-services.json file
Add google-services.json file in the app code from firebase console