Active

TaskFlow

A calm task manager for people who forget their phone in another room.

Flutter, Dart, Firebase

TaskFlow started as a weekend experiment: what if a to-do app assumed you would go offline?

What it does

  • Syncs tasks in the background without blocking the UI
  • Groups work by context, not arbitrary project folders
  • Sends gentle reminders instead of notification spam

Why I built it

Most task apps feel like spreadsheets wearing a gradient. I wanted something fast on mid-range Android phones and pleasant enough to open daily.

What I learned

Offline queues are easy to prototype and hard to get right in production. TaskFlow is where I first nailed conflict resolution patterns I still reuse on client work.