// the find
huextrat/Taskist
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.