-
Notifications
You must be signed in to change notification settings - Fork 1
Fix/bugsandforgotpassword #598
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## Develop #598 +/- ##
==========================================
+ Coverage 4.65% 4.67% +0.02%
==========================================
Files 131 131
Lines 7797 7824 +27
==========================================
+ Hits 363 366 +3
- Misses 7434 7458 +24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done ! Everything looks good on my side, thank you 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, reset password works!
@u22520016 try running "flutter clean" and then "flutter pub get" in your terminal and then running it a few times. It sometimes needs to clear the cache, before the code works. Not sure why, but it seems to work. |
I tried this but it still does not work. I don't know what to do about it... |
Maybe try, "flutter upgrade" after you flutter pub get as there is a few new packages in the branch as well. I just ran the branch on my side again and it seems to be working, will have a look again and if there is something else I can fix. |
I did everything. Nothing works...let's wait for Lerato to approve |
Cool. Just to confirm are you running it on web? |
//leave the 2 lines above this comment in the file and just add the lines below this comment: flutter.minSdkVersion=23 @franco please copy the above lines and put it inside android>local.properties file... This should make the branch run on your side, I completely forgot that that file is being ignored and explains why the branch is not working for you. Sorry this is my bad. Thank you to @MonikaTheiss for reminding me. |
Hey guys, some more fixes and features here:
Let me know what you guys think!