/taskwarrior-flutter

This is the repo of mobile app of taskwarrior

Primary LanguageDartGNU General Public License v3.0GPL-3.0

TaskWarrior

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.

Timeline and Project Page

GSoC page

Getting Started

  1. Clone the repository from GitHub:
git clone https://github.com/NishantSinghal19/taskwarrior-flutter.git
  1. Navigate to the project's root directory:
cd taskwarrior-flutter
  1. Install dependencies:
flutter pub get
  1. Check for Flutter setup and connected devices:
flutter doctor
  1. Run the app:
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. Please make sure you specify the commit type while opening pull requests:

feat: The new feature you're proposing

fix: 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 page in Wiki section

Community

We would love to hear from you! You may join the gsoc-taskwarrior channel of CCExtractor community through Slack:

Slack

Flutter

For help in getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.