eClass LMS Mobile App - Flutter Android & iOS

eClass LMS Mobile App - Flutter Android & iOS v3.7

No permission to download

Tito777

New member
May 18, 2022
2
-1
1
@ChintanBhat I have gone through the code and I found that there are many missing files were there, I am not a flutter developer but my brother work as a flutter developer so he told me that he is unable to get a proper solution.

So my question is could you please tell me that the code is working or not in your end? And if working then does this code request any script from developer server after applying the purchase code?


Hope that I'll get helped by you or someone who is working on this code.
I released signed apk but on it keeps spinning on splash screen and not working. May be some additional files require to be replace on web server which is not included here as some nulled website have those files for v1.2
 

macden999

Member
Trusted Uploader
Apr 21, 2021
31
62
18
I released signed apk but on it keeps spinning on splash screen and not working. May be some additional files require to be replace on web server which is not included here as some nulled website have those files for v1.2
Yeah, i had issues with those same file. I had to add some dependencies and do a whole lot of work.. Until it was done.
 

babime

New member
Jul 17, 2022
0
0
0
I compiled it and worked for me. For some weird reason, enter the domain without https, if that doesnt work, enter it with http. That should work. If it proves futile send your domain and i will compile on my end to test it out.
hy dear can you help me ?
 

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,107
6,072
120
world
babiato.tech
eClass LMS Mobile App - Flutter Android & iOS

02/10/2021 ( Version 1.9 )
- Blogs
- Certificate PDF Download
- Invoice PDF Download
- Instamojo Payment Gateway
- RTL Support
- Multi Language Support
- Block Screen Recording
- Course Purchase Report
- Map In Contact Us Page
- Google Analytics
- paypal.me Donation option
- Multiple Instructor
- Flutter 2.5
- Minor Bugs Fixed

 
  • Sad
Reactions: alfonsobp

alfonsobp

Member
Nov 29, 2019
39
15
8
eClass LMS Mobile App - Flutter Android & iOS

02/10/2021 ( Version 1.9 )
- Blogs
- Certificate PDF Download
- Invoice PDF Download
- Instamojo Payment Gateway
- RTL Support
- Multi Language Support
- Block Screen Recording
- Course Purchase Report
- Map In Contact Us Page
- Google Analytics
- paypal.me Donation option
- Multiple Instructor
- Flutter 2.5
- Minor Bugs Fixed

*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***
:(
 

sasasoft

Member
Trusted Uploader
Aug 17, 2020
28
65
13
How to link E-Class Version 4.0 web application with E-Class Flutter Android & IOS App Version 1.9 Successfuly
NB. If you're facing a problem with endless spin on the splash screen follow this steps to deploy the app successfully.

#WEB PANEL

1. Upload your Eclass v4.0 on your server
2. Go to admin panel under site settings, set the social login settings APIS for facebook, google login and gitlab login settings

Capture.PNG



3. Generate the site API Key - Under site setings click on Get Api Key then click on Generate API Key. Copy the API key to use it on the flutter mobile app.

Capture.PNG



4. Last Step: Open your E-class flutter source code in android studio, make sure to use flutter sdk 2.5. Update your site secret key, your site base URL and your app name.

5. Finally Build your APP using command flutter build apk

If you have any problem linking your web to mobile app contact me on whatsapp +254799117020 - i will help you fix the problem. I also do reskining for both app and website if you need reskining.
 

Prometheus_

Well-known member
Null Master
Trusted Uploader
Sep 28, 2020
586
431
70
Well in Hell
babiato.tech
How to link E-Class Version 4.0 web application with E-Class Flutter Android & IOS App Version 1.9 Successfuly
NB. If you're facing a problem with endless spin on the splash screen follow this steps to deploy the app successfully.

#WEB PANEL

1. Upload your Eclass v4.0 on your server
2. Go to admin panel under site settings, set the social login settings APIS for facebook, google login and gitlab login settings

Capture.PNG



3. Generate the site API Key - Under site setings click on Get Api Key then click on Generate API Key. Copy the API key to use it on the flutter mobile app.

Capture.PNG



4. Last Step: Open your E-class flutter source code in android studio, make sure to use flutter sdk 2.5. Update your site secret key, your site base URL and your app name.

5. Finally Build your APP using command flutter build apk

If you have any problem linking your web to mobile app contact me on whatsapp +254799117020 - i will help you fix the problem. I also do reskining for both app and website if you need reskining.
Are you using the original retail version to create the APIs or it's working with nulled ones too?
 

sangpenguasa

New member
May 21, 2022
0
0
0
hi, i hope someone can help me there, i'm stuck at the login screen ( circle spin), i'm using the web version 3.9 ( i couldn't use 4.0 the version isn't nulled proprely or i didn't know how to do it correctly), with mobile app version 1.9.

the url is in http and i have access to the api using web browser ( website/public/api/featuredcourse?secret=myapikeyhere ).

error :

Code:
E/flutter (19141): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'String' is not a subtype of type 'Null'
E/flutter (19141): #0      new Settings.fromJson (package:eclass/model/home_model.dart:653:5)
E/flutter (19141): #1      new HomeModel.fromJson (package:eclass/model/home_model.dart:31:26)
E/flutter (19141): #2      HomeDataProvider.getHomeDetails (package:eclass/provider/home_data_provider.dart:39:29)
E/flutter (19141): <asynchronous suspension>
E/flutter (19141): #3      _SignInScreenState.initState.<anonymous closure> (package:eclass/Screens/sign_in_screen.dart:53:7)
E/flutter (19141): <asynchronous suspension>
E/flutter (19141):

thanks for your help
 

sasasoft

Member
Trusted Uploader
Aug 17, 2020
28
65
13
hi, i hope someone can help me there, i'm stuck at the login screen ( circle spin), i'm using the web version 3.9 ( i couldn't use 4.0 the version isn't nulled proprely or i didn't know how to do it correctly), with mobile app version 1.9.

the url is in http and i have access to the api using web browser ( website/public/api/featuredcourse?secret=myapikeyhere ).

error :

Code:
E/flutter (19141): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'String' is not a subtype of type 'Null'
E/flutter (19141): #0      new Settings.fromJson (package:eclass/model/home_model.dart:653:5)
E/flutter (19141): #1      new HomeModel.fromJson (package:eclass/model/home_model.dart:31:26)
E/flutter (19141): #2      HomeDataProvider.getHomeDetails (package:eclass/provider/home_data_provider.dart:39:29)
E/flutter (19141): <asynchronous suspension>
E/flutter (19141): #3      _SignInScreenState.initState.<anonymous closure> (package:eclass/Screens/sign_in_screen.dart:53:7)
E/flutter (19141): <asynchronous suspension>
E/flutter (19141):

thanks for your help

Contact me on whatsapp -- REMOVED BY MODERATOR -- i help you fix it. and help you install version 4.0
 
Last edited by a moderator:

Forum statistics

Threads
69,206
Messages
908,333
Members
236,836
Latest member
torinouq

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu