// the find
TheAlphamerc/flutter_healthcare_app
Helthcare app built in flutter
A Flutter UI demo implementing a healthcare app design from Uplabs, covering doctor booking, lab tests, an e-shop, and patient/doctor dashboards. This is a UI showcase, not a production-ready app — there is no real backend, authentication, or data persistence.
Clean MVVM-ish structure with separate viewModel, model, pages, and widgets directories that's easy to follow. Covers a wide surface area of healthcare UI patterns (appointments, e-shop, lab tests, maps, delivery) in one repo, useful as a pattern reference. Theme is centralized in light_color.dart and text_styles.dart, making it straightforward to restyle.
All data is hardcoded in data.dart — no API integration, no real auth despite having login/register pages and login_response/registration_response models. The test directory contains only the default Flutter widget_test.dart stub, so nothing is actually tested. Last meaningful commit was 2024; it targets an older Flutter version and likely needs dependency updates to build cleanly today. The typo in dactor_model.dart (which persists across multiple files) signals this was never seriously reviewed.