"Connection, not correction."
A Flutter prototype designed to support emotionally safe interactions between caregivers and individuals experiencing memory loss.
The app includes two perspectives:
- Caregiver — guidance, reassurance tools, and care management
- Care Recipient — simple, calming interactions for reassurance
| Role | Password | |
|---|---|---|
| Caregiver | caregiver@gmail.com | caregiver |
| Care Recipient | patient@gmail.com | patient |
iteration-zero/
├── app/ # Demo version (no backend)
├── app_db/ # Full version (Firebase)
└── Paper Prototype/
- Flutter SDK (3.41+)
- Dart (3.11+)
- Xcode (for iOS Simulator)
- VS Code with Flutter & Dart extensions
Check setup:
flutter doctorgit clone https://github.com/oneDotpy/iteration-zero.git
cd iteration-zero/appflutter pub getStart simulator:
open -a SimulatorIn VS Code:
- Open the project folder
- Select device → iPhone 16e
- Run:
flutter runAI coding assistants (ChatGPT, GitHub Copilot, and Claude) were used during development, primarily for generating setup code, debugging Flutter-specific issues, and assisting with parts of the UI implementation. All design decisions, app structure, interaction logic, user research, and feedback-driven design iterations were our own.