overhauled feedback dialog UI, implemented async action buttons for submission and image picking, and added a custom image preview widget

This commit is contained in:
2026-05-13 19:07:06 +02:00
parent cfcb901adb
commit 843686358f
2 changed files with 158 additions and 158 deletions
+3
View File
@@ -9,6 +9,9 @@ class FilePick {
return pickedImages.isNotEmpty ? pickedImages : null;
}
static Future<XFile?> singleGalleryPick() =>
_picker.pickImage(source: ImageSource.gallery);
static Future<XFile?> cameraPick() =>
_picker.pickImage(source: ImageSource.camera);