docs: fix issues found in planning document review

Riverpod updated to 3.2+ (Dart 3.7+), deployment platform set
to TBD, riverpod_generator updated to ^4.0.2.
This commit is contained in:
2026-01-28 23:38:44 +00:00
parent d1a01c1307
commit b1c827e4aa
3 changed files with 16 additions and 9 deletions

View File

@@ -13,3 +13,9 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Project documentation (readme, CLAUDE.md, changelog)
- Backend and frontend directory structure
- Implementation plan with architecture, API design, and phased build order
### Changed
- Updated Riverpod to 3.2+ (flutter_riverpod ^3.2.0, riverpod_annotation ^4.0.1)
- Updated Dart minimum to 3.7+ (required by Riverpod 3.2.0)
- Set deployment platform to TBD (decided at deployment time)