ed4d9882c9a3f326e9c37c19003a155b0f22e076
- 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>
kittie_mobile
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Description
Languages
Dart
99.3%
Swift
0.6%