Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccextractor/taskwarrior-flutter
This is the repo of mobile app of taskwarrior
https://github.com/ccextractor/taskwarrior-flutter
dart flutter hacktoberfest hacktoberfest2022
Last synced: 6 days ago
JSON representation
This is the repo of mobile app of taskwarrior
- Host: GitHub
- URL: https://github.com/ccextractor/taskwarrior-flutter
- Owner: CCExtractor
- License: gpl-3.0
- Created: 2022-04-02T10:37:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T08:51:10.000Z (13 days ago)
- Last Synced: 2025-01-11T09:08:07.546Z (13 days ago)
- Topics: dart, flutter, hacktoberfest, hacktoberfest2022
- Language: Dart
- Homepage: https://play.google.com/store/apps/details?id=com.ccextractor.taskwarriorflutter
- Size: 3.41 MB
- Stars: 156
- Watchers: 12
- Forks: 109
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# Taskwarrior Mobile App
![Group 3](https://github.com/Pavel401/taskwarrior-flutter/assets/47685150/1ffb623b-b147-4176-9f7c-abda544b257c)
[![Slack](https://img.shields.io/badge/chat-on_slack-purple.svg?style=for-the-badge&logo=slack)](https://slackinvite.ccextractor.org/)
Table of Contents
- About The Project
- Built With
- Usage & Screenshots
TaskServer Setup
- Timeline and Project Page
- Getting Started
- Contributing
- Community
- Flutter
- Contact
## About The Project
[![logo](https://github.com/Pavel401/taskwarrior-flutter/assets/47685150/65afcc8e-d5df-4b06-9ae5-093d51e20178)](https://taskwarrior.org/)
Taskwarrior is Free and Open Source Software that manages your TODO list from the command line.
It is flexible, fast, and unobtrusive. It does its job then gets out of your way. The CLI tool and other relevant documentation can be
found at [Taskwarrior](https://taskwarrior.org/download/).This project aims to build an app for Taskwarrior. It is your task management app across all platforms. It helps you manage your tasks and filter them as per your needs.
### Built With
* [Dart](https://dart.dev/)
* [Flutter](https://flutter.dev/)## Getting started & Contribution guide
[CONTRIBUTING.md](https://github.com/CCExtractor/taskwarrior-flutter/blob/main/CONTRIBUTING.md)
## Usage & Screenshots
---
# Timeline and Project Page
[GSoC page](https://summerofcode.withgoogle.com/programs/2022/projects/8pYfxjXv)
## Getting Started
1. Clone the repository from GitHub:
```bash
git clone https://github.com/NishantSinghal19/taskwarrior-flutter.git
```2. Navigate to the project's root directory:
```bash
cd taskwarrior-flutter
```3. Install dependencies:
```bash
flutter pub get
```4. Check for Flutter setup and connected devices:
```bash
flutter doctor
```5. Run the app:
```bash
flutter run
```## Contributing
Help is always appreciated, whether it comes in the form of feature requests or suggestions, code improvements, refactoring, or performance enhancements. The more is done, the better it gets. If you find any bug(s), consider opening an [issue](https://github.com/NishantSinghal19/taskwarrior-gsoc/issues/new).
Please make sure you specify the commit type while opening pull requests:```
feat: The new feature you're proposingfix: A bug fix in the project
test: Everything related to testing
docs: Everything related to documentation
```You can Check community guidlines at [Contribution Guidelines & Development Practices](https://github.com/CCExtractor/taskwarrior-flutter/wiki/Contribution-Guidelines-&-Development-Practices) page in Wiki section
## CommunityWe would love to hear from you! You may join the gsoc-taskwarrior channel of CCExtractor community through Slack:
[![Slack](https://img.shields.io/badge/chat-on_slack-purple.svg?style=for-the-badge&logo=slack)](https://ccextractor.org/public/general/support/)
## Flutter
For help in getting started with Flutter, view
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.## TaskServer Setup
**Why Consider TaskServer?**
You might wonder if you need a Taskserver when using Taskwarrior on a single device. The answer depends on your needs. If you want to effortlessly share tasks across multiple clients or devices, then the Taskserver is your ideal choice. It's the only option that seamlessly syncs your data, making it accessible from anywhere.
**Streamline Your Task Management**
With a Taskserver in place, you can synchronize your tasks across various clients and devices, eliminating the hassle of manually updating data on each one. This means less data entry and more efficient task management.
**Automatic Task Backup**
One valuable benefit of using a Taskserver is automatic task backup. Your tasks are safeguarded, ensuring you won't lose any critical information.
Consider setting up a Taskserver for a smoother, more efficient Taskwarrior experience!
---
## TaskServer Setup Options
There are multiple ways to set up a TaskServer, depending on your preferences and requirements. You can either host it on your own server or take advantage of free TaskServer options.
### Self-Hosted TaskServer
**Official TaskServer Guide:**
You can follow the official guide provided by TaskServer for detailed instructions. Check out the documentation here: [TaskServer Official Guide](https://gothenburgbitfactory.github.io/taskserver-setup/).**Video Tutorial:**
For a step-by-step visual guide, you can watch the latest video tutorial on YouTube: [Watch Tutorial](https://www.youtube.com/watch?v=6Ci_JyvVIaI&ab_channel=MetaphysicsComputing).**Cloud Server Hosting:**
Consider setting up the TaskServer in the cloud, such as Azure or any other cloud server provider, for accessibility from anywhere.**Docker Container:**
For easy installation, you can opt for the unofficial Docker container. Check out the latest Docker container here: [Docker Container](https://github.com/ogarcia/docker-taskd).## [#WingTask](https://app.wingtask.com/)
### 1. [Sign Up](https://app.wingtask.com/signup) at WingTask
![image](https://github.com/Rancho-rachit/taskwarrior-flutter/assets/111473259/90efd152-87ed-4d39-8a9b-acdffe4879a5)
### 2. Download Configuration Files
![image](https://github.com/Rancho-rachit/taskwarrior-flutter/assets/111473259/436435d5-c33a-4ffe-a839-c907563eecf2)
### 3. Once extracted, you'll find the following files and folders:
- `install.sh`
- `README`
- `taskrc`
- `wingtask_certs`![Files and Folders](https://github.com/CCExtractor/taskwarrior-flutter/assets/47685150/34fc908a-682d-426c-a5a9-54043a3c7583)
### 4. Run install script
#### 4.1 Change the directory to the respective folder having configuration files
`cd /mnt/c/...../folder_name/wingtask_configuration`
![image](https://github.com/Rancho-rachit/taskwarrior-flutter/assets/111473259/732b58d0-3826-4de0-b253-3d88cae7edcd)
#### 4.2 Run the install script
- run 2 commands
`chmod +x install.sh`
`./install.sh`
![image](https://github.com/Rancho-rachit/taskwarrior-flutter/assets/111473259/a088befa-9a33-494e-8383-ba75a0df1f31)
- if the above commands run successfully, you'll get an interface like this
![image](https://github.com/Rancho-rachit/taskwarrior-flutter/assets/111473259/2096249c-165e-41d9-941c-4ce1f3dc81f6)
### 5. Syncing for the first time
- run `task sync init`
![image](https://github.com/Rancho-rachit/taskwarrior-flutter/assets/111473259/b562e125-1ca1-480b-8b96-6d7c709eb4b9)
### 6. Configure the certificates in the app:
- Select `[email protected]` for "Configure your certificate."
- Select `[email protected]` for "Configure TaskServer key."
- Select `letsencrypt_root_cert.pem` for "Configure Server Certificate."![Configure Certificates](https://github.com/CCExtractor/taskwarrior-flutter/assets/47685150/8b73f087-152a-4207-9d93-87d0b87404d8)
### 7. Click on the "Stats" button in the app bar and check the response. If the response code is 200, you are good to go.
![Check Response](https://github.com/CCExtractor/taskwarrior-flutter/assets/47685150/21c82242-63fe-46d1-9f30-c681ca9a699f)
### 8. Sync your tasks and enjoy!
Feel free to reach out if you encounter any issues.
---
## Contact
[Nishant Singhal](https://www.linkedin.com/in/nishant-singhal19/)
[Mabud Alam](https://www.linkedin.com/in/mabud/)
Project Link: [Taskwarrior](https://github.com/CCExtractor/taskwarrior-flutter)