Release 1.0.2 - fixes 'Could not save task: Missing type parameter' when editing existing tasks.
What was wrong
Older app versions cached scheduled notifications in a format the current flutter_local_notifications plugin could no longer deserialize. Every cancel/schedule then threw, so editing any task that touches reminders failed.
Fix
- Detects the corrupt cache on launch and clears it once natively.
- Wraps all notification cancel/schedule calls so a stale cache can never break saving a task again.