taskwarrior-flutter icon indicating copy to clipboard operation
taskwarrior-flutter copied to clipboard

This is the repo of mobile app of taskwarrior

Results 79 taskwarrior-flutter issues
Sort by recently updated
recently updated
newest added

### Describe your improvement idea or feature request Adding unit testcases for taskfunctions ### How would you like to see it implemented? Adding test folder in the root directory and...

enhancement

# Description Add in_app_update feature to prompt user to update app on next build releases on playstore ## Fixes #(issue_no) #353 ## Screenshots ## Checklist - [ ] Tests have...

### Describe your improvement idea or feature request Provide detailed tour for the Application ### How would you like to see it implemented? Adding tour ### Put here any screenshots...

enhancement

### Describe your improvement idea or feature request Add in_app_update feature to prompt user to update app on next build releases on playstore This can be done by [in_app_update](https://pub.dev/packages/in_app_update) package...

enhancement

### Describe your issue When trying to change directory in settings, the directory change never finishes and just infinitely loops on "Moving data to new directory" ### Steps to reproduce...

bug

### Describe your issue `modifyTaskOnTaskwarrior` fails silently when `ccsync` is enabled and returns a 500 error code. The result of the `http.post` call is not used. ### Steps to reproduce...

bug

### Describe your issue We can change everything in the edit view even for completed tasks. I think this should be disabled. Also there is no option to delete completed...

bug

# Description - Disabled editing for `completed` and `deleted` task fields except the `status` field. - Removed duplicate `TagsWidget` (same widget in `tags_widget.dart` file and `detail_route_view.dart` file) - Refactored one...

### Describe your issue When I try to change the data directory in settings, the app gets stuck on a loading screen that says "Moving data to new directory". When...

bug

# Description Added iOS Home Widget. ## Screenshots ## Checklist - [ ] Tests have been added or updated to cover the changes - [x] Documentation has been updated to...