2 Commits

Author SHA1 Message Date
TrochtaOndrej ae28e7ffd8 fix: apply post-review fixes to project setup
- analysis_options.yaml: activate custom_lint plugin (analyzer.plugins)
  without this riverpod_lint/drift_lint rules were silently ignored
- pubspec.yaml: bump stale major constraints to latest resolvable versions
  go_router ^14 -> ^17 (resolved 17.1.0)
  flutter_local_notifications ^17 -> ^21 (resolved 21.0.0)
  flutter_lints ^5 -> ^6 (resolved 6.0.0)
- CLAUDE.md: correct go_router version note and tech stack entries

flutter analyze: no issues, flutter test: 1/1 passed

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 08:23:56 +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