taskwarrior-flutter
taskwarrior-flutter copied to clipboard
Fix: UI overdue indication stops after a few days #436
Description
Hi Devlopers! Made changes in the tas_list_items.dart according to the issue #436
Before the overdue task was not shown properly. Now, the overdue task is shown with red outline along with a text in red that indicated that the task is overdue. Please go through it and let me know if their is any further modifications necessary. Thank you, Tank0nf.
Fixes #(issue_no)
#436
Replace issue_no with the issue number which is fixed in this PR
Screenshots
Before:
After:
Checklist
- [x] Tests have been added or updated to cover the changes
- [x] Documentation has been updated to reflect the changes
- [x] Code follows the established coding style guidelines
- [x] All tests are passing