Rishi Raj Singh
Rishi Raj Singh
`flutter channel master` `flutter upgrade` Are you using this as a pub package or directly from git repo? @AldanisVigo
[https://stackoverflow.com/questions/54022704/how-to-add-a-package-from-github-in-flutter](https://stackoverflow.com/questions/54022704/how-to-add-a-package-from-github-in-flutter) Check this and use the master branch. The error you are getting might be because we haven't pushed the final code to production.
Hey, @CodeDoctorDE, I was checking out this product and it seems fantastic! Looking for my first issue to contribute to this app. This seems to be a good one to...
~[ ] [API Route 1]:~ ~Purpose: Store user details in the database and receive user hash~ ~Request Body: ```{ "userID":"some string", "roles":[ roles ] }```~ ~Response: ```{ "statusCode"=200, "userHash":"some string"...