I'm building an flutter app and I'm trying to save images with their respective metadata intact.
I'm using a lib that makes possible to read image bytes and read metadata (MultiImagePicker). But when I save the image bytes to a new file, the metadata isn't there. Also, I'm not able to directly copy the Image I require.
I found lots of libraries to read metadata, but none to append/edit metadata. So, is there a way to edit/append metadata in dart/flutter?