Add Months Flutter app
Find a file
John Mizerek 85e8e1a290 Add saved runs feature with history, comparison, and about screen (v1.2)
Features:
- Save calculation runs with custom labels for later retrieval
- View saved runs list with dominant factor summary
- View detailed results of any saved run
- View original inputs in read-only mode
- Use any saved run as starting point for new calculation
- Compare two saved runs side-by-side
- About screen with app info, help links, privacy policy
- Metric/Imperial unit toggle persisted across sessions
- Info icon in app bar on all screens

Technical:
- New SavedRun model with full serialization
- SQLite saved_runs table with CRUD operations
- readOnly mode for all input screens
- Unit preference stored in LocalStorage
- Database schema upgraded to v2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-21 09:59:58 -08:00
android Initial commit: Add Months MVP 2026-02-20 21:25:00 -08:00
assets/icon Initial commit: Add Months MVP 2026-02-20 21:25:00 -08:00
ios Initial commit: Add Months MVP 2026-02-20 21:25:00 -08:00
lib Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00
linux Add onboarding slideshow, tighten estimate ranges 2026-02-20 21:38:38 -08:00
macos Add onboarding slideshow, tighten estimate ranges 2026-02-20 21:38:38 -08:00
test Add lifestyle factors screen with diet, social, stress tracking 2026-02-21 09:22:48 -08:00
tool Initial commit: Add Months MVP 2026-02-20 21:25:00 -08:00
web Add onboarding slideshow, tighten estimate ranges 2026-02-20 21:38:38 -08:00
.gitignore Initial commit: Add Months MVP 2026-02-20 21:25:00 -08:00
.metadata Initial commit: Add Months MVP 2026-02-20 21:25:00 -08:00
analysis_options.yaml Initial commit: Add Months MVP 2026-02-20 21:25:00 -08:00
CLAUDE.md Initial commit: Add Months MVP 2026-02-20 21:25:00 -08:00
pubspec.lock Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00
pubspec.yaml Add saved runs feature with history, comparison, and about screen (v1.2) 2026-02-21 09:59:58 -08:00
README.md Initial commit: Add Months MVP 2026-02-20 21:25:00 -08:00

add_months

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.