Skip to content

Commit 4779a31

Browse files
committed
added other attrs
1 parent 1890158 commit 4779a31

File tree

7 files changed

+242
-481
lines changed

7 files changed

+242
-481
lines changed

lib/app/modules/home/views/add_task_bottom_sheet_new.dart

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,13 @@ class AddTaskBottomSheet extends StatelessWidget {
321321
due: getDueDate(homeController.selectedDates).toString(),
322322
end: '',
323323
modified: 'r',
324-
tags: homeController.tags);
324+
tags: homeController.tags,
325+
start: '',
326+
wait: '',
327+
rtype: '',
328+
recur: '',
329+
depends: [],
330+
annotations: []);
325331
await homeController.taskdb.insertTask(task);
326332
homeController.namecontroller.text = '';
327333
homeController.due.value = null;

0 commit comments

Comments
 (0)