Skip to content

stagfoo/otxto

Repository files navigation

a todo.txt compliant kanban & list


Why build this?

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

Get Started

flutter run -d linux
# flutter run -d macos
# flutter run -d windows

Press r in the terminal to reload in application

generate icons

flutter pub run flutter_launcher_icons

Why did you make this boilerplate?

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

Whats inside

  • 🖼️ UI = MaterialApp
  • 🍹 Styles = MaterialApp
  • 🍖 Store = Getx
  • 🦴 Router = Getx
  • 🪣 Storage = TOML

Screenshots