mirror of
https://github.com/chenasraf/pantry-flutter.git
synced 2026-05-17 17:28:03 +00:00
feat: allow adding one-off list items
This commit is contained in:
@@ -161,6 +161,7 @@ ListItem makeListItem({
|
||||
String? doneBy,
|
||||
String? rrule,
|
||||
bool repeatFromCompletion = false,
|
||||
bool deleteOnDone = false,
|
||||
int? nextDueAt,
|
||||
int? imageFileId,
|
||||
String? imageUploadedBy,
|
||||
@@ -179,6 +180,7 @@ ListItem makeListItem({
|
||||
doneBy: doneBy,
|
||||
rrule: rrule,
|
||||
repeatFromCompletion: repeatFromCompletion,
|
||||
deleteOnDone: deleteOnDone,
|
||||
nextDueAt: nextDueAt,
|
||||
imageFileId: imageFileId,
|
||||
imageUploadedBy: imageUploadedBy,
|
||||
|
||||
Reference in New Issue
Block a user