Architecture: - Clean Architecture + DDD + Hexagonal (Ports & Adapters) - CQRS pattern (Commands for writes, Queries for reads) - Railway-oriented error handling with fpdart
What makes it "AI-ready": - 23 architecture rule files in docs/architecture-rules/ - AI tools can read these to understand patterns and generate compliant code - Every pattern is documented in ADRs
Testing: - 100% coverage (2,282 tests) - Unit, widget, golden, property-based, and benchmark tests
Tech: Flutter 3.38, flutter_bloc, go_router_builder, get_it, fpdart
MIT licensed. Feedback welcome.