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 Currently the deleted tasks are shown in the filter when COMPLETED status is selected. There can be a separate status filter for...

enhancement

## Description This PR resolves compilation errors in `api_service_test.dart` by defining the missing `baseUrl` and `origin` constants. These changes ensure the test suite runs successfully and paves the way for...

### Describe your issue The api_service_test.dart file contains unit tests for the Taskwarrior API service. During testing, the baseUrl (API endpoint) and origin (application identifier) constants were referenced but not...

bug

# Description Configured the app to run with the system's default set language upon installation. The user can later change the language in settings if he/she wants. ## Closes #477...

### Describe your improvement idea or feature request Currently when the user first installs the app, he/she has to navigate through pages in English even though he may or may...

enhancement

### Describe your issue When you click on home widget on android it opens app and shows error screen. This happens only when the app is closed completely. ### Steps...

bug

# Description - Highlight the tasks which are overdue(passed the due date) in red. - Fixed the text detail in settings to make more sense ## Closes #475 ## Screenshots...

### Describe your improvement idea or feature request Currently the option in setting highlights the tasks which have due date less than 2 days and also the tasks which have...

enhancement

## Description This PR adds missing macOS entitlements to Release.entitlements that were already present in DebugProfile.entitlements These entitlements are required for: - Allowing users to access/download files and pick directories...

# Description Implemented Websockets for getting job status for tasks ## Fixes #434 ## Checklist - [x] Tests have been added or updated to cover the changes - [ ]...