-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have managed to run the app for web #260
Comments
@Hosea987 It's nice to hear that you have successfully run this project on the web. Just wanted to know what functionality is working and what's not on web. |
@TheAlphamerc i have only been able to do authentication(sign in and sign up). May i suggest we start a branch and code a web app from scratch |
Yeah, It'll be good to have a base code for web. |
@Hosea987 have you made any more progress on this? |
I thought flutter is universal with a single code base. Is a separate code base for web necessary? |
@baberuth22 @breezybaldwin sadly no, @TheAlphamerc code proved to be too complex to tweak for web. |
@TheAlphamerc after some years of trying..i have finally been able to run the app for web.
Here are the major issues i would like us as a community to tackle as we try to make this into a web app
1.The way we implement navigation through custom routes will not work on the web
2. There is a major error when fetching the logged in user's UID..a late implemebtation error when fetching it.
3. I am working on how to adapt the UI for web.
Here is a screenshot for everyone to see. It is my hope that by working together we can be able to have this running for web well in a few months.
The text was updated successfully, but these errors were encountered: