JTasks is a modern light-weight cross-platform task-boards management software made with flutter and fluent-ui. It can assist you manage tasks and progress of your job or project especially for solo devs.
Warning The project is still under development!!
- Use board to manage your tasks
- Easily create task with embedded markdown editor
- Dark mode supported
- clone the project
git clone https://github.com/JenkinsGage/JTasks.git
- cd into the project
cd JTasks
- get all the dependencies
flutter pub get
- build the database
flutter pub run build_runner build
This project is a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.