add cameraedit

This commit is contained in:
2024-12-14 21:30:32 +01:00
parent 49a108905c
commit 578107c83c
3 changed files with 216 additions and 30 deletions

View File

@@ -408,7 +408,11 @@ class _ItemMenuState extends State<ItemMenu> with ShowErrorDialog {
onPressed: () {
Navigator.push(
context,
MaterialPageRoute(builder: (_) => EditEvent(events: events)),
MaterialPageRoute(
builder: (_) => EditEvent(
events: events,
imgPath: "",
)),
);
},
backgroundColor: Colors.blue,