a todo.txt compliant kanban & list
there are lots of apps to manage your tasks and normally they are disconnected for your source so they are easy to lose or easy to
- I wanted to use a human readable format like todo.txt
- I wanted the data to be program agnostic
- show kanban using todo.txt
- single responsibility principle
- file based storage so I can use syncthing or git
flutter run -d linux
# flutter run -d macos
# flutter run -d windows
Press r
in the terminal to reload in application
flutter pub run flutter_launcher_icons
I made this for myself to help make applications that are:
- 🎯 SRP focused
- 🚸 Cross platform
- 🛖 Offline first
- 🪣 Offline data sharing with TOML
More information in my blog post: Bringing back dumb programs
- 🖼️ UI = MaterialApp
- 🍹 Styles = MaterialApp
- 🍖 Store = Getx
- 🦴 Router = Getx
- 🪣 Storage = TOML