Track Your Routine – Open-source app for task management
by perrii on 1/30/2026, 11:52:46 AM
Comments
by: perrii
I've been working on TYR (Track Your Routine), a Flutter-based task and routine tracking app. It's open source and built with Firebase for auth and data sync.<p>Key features: - Task creation with date/time scheduling - Local notifications for reminders - Real-time sync across devices via Firestore - Category-based organization (work, vacation, events) - Clean dark theme UI with Material Design 3<p>Tech stack: Flutter/Dart, Firebase Auth, Cloud Firestore, local notifications.<p>The app is still under active development, but the core functionality is working. I built it to solve my own need for a simple, privacy-focused task tracker that works across platforms (Android, iOS, Web, Desktop).<p>What I'd love feedback on: - The notification system implementation - UI/UX improvements - Feature suggestions - Code quality and architecture (it's my first larger Flutter project)<p>The codebase is MIT licensed and contributions are welcome. I'm particularly interested in feedback from Flutter developers on best practices I might be missing.<p>GitHub: <a href="https://github.com/MSF01/TYR" rel="nofollow">https://github.com/MSF01/TYR</a><p>What do you think? What features would make this more useful for your workflow?
1/30/2026, 11:52:46 AM
by:
1/30/2026, 1:56:16 PM
by: paulglx
Screenshots in the README would we nice :) + the writing style in the README gives slop smell
1/30/2026, 1:08:10 PM
by: bityard
I don't mind low stakes vibe-coded applications per se, but the readme is LLM slop that I couldn't bring myself to keep reading.
1/30/2026, 1:41:45 PM
by: pronouncedjerry
also this ai slop never seems to include screenshots.
1/30/2026, 2:09:34 PM
by: ssenssei
I'm happy for you building this app, it's tremendous effort to build a flutter application, and this should feel like an achievement for you.<p>However, task management apps are so unbelievably common nowadays. Nothing that can't be solved by notepad on PC, or the clock/calendar app on my phone / and if I really need a task app, I'll use google's or build my own.<p>Your next step should be to take what you have learned from building this app, and focus on fixing a real problem that people around you face.
1/30/2026, 1:13:28 PM