Hey r/FlutterDev,
I’m a 17-year-old student from Türkiye. I’m sharing the **full source code** for a project I built in a solo 72-hour sprint for a national tech competition (TEKNOFEST).
**GitHub (Source Code):** https://github.com/op-synthesis/YAKATS
**Technical Insights from a 3-Day Sprint:**
Building a multi-service app this quickly required a specific approach to Flutter architecture:
**Why I'm sharing this:**
I want to move this project toward a privacy-secure medical research platform. I'm seeking specific technical feedback on:
* My **Provider/GoRouter** implementation for a multi-screen app.
* How to best architect a **Supabase anonymization layer** for medical data.
* The efficiency of my **Background Service** implementation.
Source code is available under MIT license. I'm happy to discuss the architecture or the "sprint" workflow in the comments!
A 17-year-old developer from Türkiye shares the source code for an AI-powered symptom tracker built in a 72-hour solo sprint. The project focuses on a service-based architecture using Flutter, SQLite for offline functionality, and AI tools for logic generation. The user seeks feedback on Provider/GoRouter implementation, Supabase anonymization, and background service efficiency.