td
td
**Describe the bug** Bloc 6.1.0 released recently and it has some breaking changes. For example, context.bloc is deprecated. This will throw out warnings in the project.
### Description Add comments to tasks :) Haven't added names yet because it becomes too complicated to pass the data around. Zulip thread [here](https://anitab-org.zulipchat.com/#narrow/stream/222534-mentorship-system/topic/iOS/near/207894544) Fixes #111 ### Flutter Channel: -...
### Description This PR fixes the issue where the jwt token is expired and the user has to relogin to fix this. This PR also fixes the issue where the...
### Description Units tests for flutter client :) . Not all atm tho, these tests are only for auth and login. Also added ```flutter test``` in the gitthub ci/cd to...
**Describe the bug** When the user is not in a relation we show a find members button on the relation page, but this is not working as intended, the button...
### Description Adds offline support to app so that user can view tasks and other functionality in app when not connected to the internet too :) Fixes #129 ### Flutter...
**Is your feature request related to a problem? Please describe.** There's no way for a mentee and mentor to communicate. They can only assign tasks and complete them. **Describe the...
**Is your feature request related to a problem? Please describe.** As a user sometimes I'm not connected to the internet, I would like to still see my profile, tasks, stats...
**Describe the bug** After every 7 days the jwt token expires, to fix this issue the user has to relogin, but no clear instructions are given in the app apart...
**Describe the bug** Right now if the last page does not have all 20 members (the number of people we request per page). The members get repeated. This is probably...