ed4d9882c9
- Merge Routes class into routes.dart, remove duplicate from app_router.dart - Remove stale/orphaned .g.dart files (app_router.g.dart, pet_providers.g.dart, task_providers.g.dart) — they were generated by a mismatched Riverpod version - Remove local PetType enum from onboarding_providers.dart, import from domain - Add domain PetType import to onboarding_screen.dart - Fix FAB in tasks_screen.dart to call showAddTaskSheet() instead of context.push - Fix petMood.name → petMood.emoji in PetBubble mood parameter - Align TaskEntity and UserEntity with DB schema: String ids, add missing fields (photoPath, snoozeUntil, syncedAt, localId on tasks; deviceId, createdAt, updatedAt on users) to fix repository compile errors - Fix TasksNotifier methods to accept String ids - Fix Czech diacritics in: tasks_screen, energy_badge, task_card, app_shell, pet_screen, profile_screen, zen_screen, pet_type, czech_date - Regenerate all .g.dart files with build_runner flutter analyze: No issues found Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>