added alarms to task model

This commit is contained in:
2026-07-20 13:39:26 +02:00
parent 7fed7bfe16
commit 79cae9570d
3 changed files with 18 additions and 2 deletions
+1
View File
@@ -187,6 +187,7 @@ class _TaskEditPageState extends State<TaskEditPage> {
category: categoryController.text,
subtasks: [],
url: urlController.text,
alarms: [],
),
);
}