This project aims to build an app for Taskwarrior. It is your task management app across all platforms. This help you manage your tasks and filter them as your need
- Clone the repository from GitHub:
git clone https://github.com/NishantSinghal19/taskwarrior-flutter.git
- Navigate to project's root directory:
cd taskwarrior-flutter
- Install dependencies:
flutter pub get
- Check for Flutter setup and connected devices:
flutter doctor
- Run the app:
flutter run
Whether you have some feature requests/ideas, code improvements, refactoring, performance improvements, help is always Welcome. The more is done, better it gets. If you found any bugs, consider opening an issue. Please make sure you specify the commit type when 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
We would love to hear from you! You may join gsoc-taskwarrior channel of CCExtractor community through Slack:
For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.