CCExtractor / taskwarrior-flutter

This is the repo of mobile app of taskwarrior
https://play.google.com/store/apps/details?id=com.ccextractor.taskwarriorflutter
GNU General Public License v3.0
103 stars 86 forks source link

Add CCSync/Taskchampion support to the app #357

Closed its-me-abhishek closed 1 week ago

its-me-abhishek commented 1 week ago

Description

Fixes #347

Checklist

BrawlerXull commented 1 week ago

Please follow GetX State Management convention avoid using StatefulWidgets and try to separate UI and business logics. Also follow the standard Architecture - Views Controller Binding while adding new pages