Closed LoveBabyForeve closed 2 years ago
Hi there,
await exif.writeAttribute("key", "value");
final key1 = await exif.getAttribute('key');
I can't get the value
Hi,
it is only possible to read and write values for specific keys, determined by the platform. Please have a look at the "Platform notes" section of the Readme file.
Thank you for your reply
Hi there,
await exif.writeAttribute("key", "value");
final key1 = await exif.getAttribute('key');
I can't get the value