8256e57118170250419c6127d2adaeb79c63dab4
- Add @TableIndex on tasks.user_id and task_completions.user_id (FK scan perf) - Wrap incrementStreak in transaction to prevent lost-update race - Sentinel pattern in TaskEntity.copyWith and PetStateEntity.copyWith so nullable fields (deadline, snoozeUntil, photoPath, energyToday, etc.) can be explicitly cleared to null - Remove unused TaskCompletionEntity import from task_repository.dart - Harden completeTask: getSingleOrNull + ArgumentError instead of getSingle throw - Add doc comment to getTodayTasks clarifying no date filter (pending = today) - Regenerate app_database.g.dart (CREATE INDEX statements added) 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%