8 Commits

Author SHA1 Message Date
TrochtaOndrej 394191b573 feat: Connect AddTask to Drift DB — remove sample tasks [AITM-232] 2026-03-18 21:08:17 +01:00
TrochtaOndrej 3740898bcb test: Repository tests for Drift database layer 2026-03-18 04:42:49 +01:00
TrochtaOndrej ae0ee8dfd4 Merge NDM-App-197: Pet Stats Screen + Zen Mode + Profile scaffolding 2026-03-18 04:40:01 +01:00
TrochtaOndrej 4147cb1e8b feat: Pet Stats Screen + Zen Mode + Profile scaffolding 2026-03-18 04:37:42 +01:00
TrochtaOndrej 7ecd1c8192 Merge NDM-App-195: Home Screen — router, providers, TasksScreen scaffold 2026-03-18 04:37:18 +01:00
TrochtaOndrej e507c92f73 feat: Home Screen — router, providers, TasksScreen scaffold 2026-03-18 04:36:29 +01:00
TrochtaOndrej 4ea96f0803 feat: Domain Entities — Task, PetState, User 2026-03-18 04:35:30 +01:00
TrochtaOndrej 043ee213f7 chore: initial Flutter project setup
- flutter create with project-name kittie_mobile, org com.kittie, platforms ios+android
- pubspec.yaml with full dependency stack: Riverpod 3, Drift 2, Rive 0.14, go_router, google_fonts, flutter_local_notifications, http, uuid, custom_lint
- Feature-first lib/ structure: core, data, domain, pet, features (tasks/onboarding/zen_mode/daily_reset), shared
- assets/animations and assets/fonts directories with .gitkeep
- CLAUDE.md with architecture, stack, ports, naming conventions, build commands
- flutter analyze: no issues, flutter test: 1/1 passed

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 08:18:56 +01:00