finds.dev← search

// the find

huextrat/Taskist

★ 1,058 · Dart · MIT · updated Dec 2023

Flutter ToDo App with Firebase

Taskist is a Flutter todo app backed by Firebase, built as a learning project and design showcase. It's for Flutter beginners who want a real-device example with Firestore and a polished dark UI to study or fork.

The UI is genuinely well-designed — smooth animations and a clean dark theme that goes beyond the usual tutorial aesthetic. It ships to both the App Store and Play Store, so it's proven to compile and run on real devices, not just simulators. The flat structure (five pages, one model file) makes it easy to read top-to-bottom without getting lost in abstractions.

Last commit was December 2023 and the README still references Dart 2.0.0 — the Flutter ecosystem moves fast and this is likely broken on current SDK without dependency updates. No state management beyond setState, which is fine for a tutorial but means anyone trying to extend it will hit a wall immediately. The test directory contains only the default Flutter widget test scaffold — nothing actually tested. Firebase setup is entirely left to the reader with no instructions, which is a bigger lift than the README implies.

View on GitHub →

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →