Wire reminder scheduler interface into local repository
This commit is contained in:
@@ -41,6 +41,19 @@ Disable it explicitly:
|
||||
flutter run --dart-define=ENABLE_BACKGROUND_SYNC=false
|
||||
```
|
||||
|
||||
## Reminder Delivery Scaffold
|
||||
|
||||
Reminder scheduling is now wired through `ReminderScheduler` and reconciled from
|
||||
`LocalRepository` on startup/state changes.
|
||||
|
||||
Current default implementation is no-op:
|
||||
|
||||
- `NoopReminderScheduler` in
|
||||
`lib/features/reminders/scheduling/reminder_scheduler.dart`
|
||||
|
||||
This keeps behavior stable across all platforms until real local notification
|
||||
integration is added.
|
||||
|
||||
## Local Persistence Backend
|
||||
|
||||
Default local store:
|
||||
|
||||
Reference in New Issue
Block a user