Hash-Studios / e-learning-app

E-Learn is a beautiful open-source education app for Android. It is built with Dart on top of Google's Flutter Framework.
BSD 3-Clause "New" or "Revised" License
308 stars 108 forks source link

Can i deploy this for flutter web? #4

Closed karambitmonger closed 3 years ago

karambitmonger commented 3 years ago

I have been looking into flutter for web,is it possible for this app?

codenameakshay commented 3 years ago

Yes, it is possible for you to run this as a web app. But for that, you may need to change the packages in the pubspec.yaml file with their web counterparts.

karambitmonger commented 3 years ago

cool,i will try and let you know