taskwarrior-flutter
taskwarrior-flutter copied to clipboard
fix: Disabled editing for completed and pending task fields
Description
- Disabled editing for
completedanddeletedtask fields except thestatusfield. - Removed duplicate
TagsWidget(same widget intags_widget.dartfile anddetail_route_view.dartfile) - Refactored one
Navigator.pushtoGet.to
Fixes #481
Screenshots
Checklist
- [ ] 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
- [ ] All tests are passing