I am creating an app with flutter. I have a form that have some fields like name, before_edit_images, after_edit_images etc. It has dynamic form fields.
I simply want to upload images with rest of form fields when form is saved. Like the image should have reference to which field it has been uploaded from.
I have check simple image uploads, But i need to send form field name against which the images are being uploaded
Any help will be appreciated. Please help me with this.
Thanks