Picture tag is no longer being extracted
NiKoTron opened this issue · 3 comments
NiKoTron commented
since 0.3.0
from @n3rfd message:
picture tag is no longer being extracted and returned from calling getTagsFromByteArray()
muarachmann commented
Hi, +1 on this amazing plugin. However I still can't get pictures. I go with the code
TagProcessor().getTagsFromByteArray(file.readAsBytes()).then((l) {
print('FILE: ${file.path}');
print(l.toString());
});
This prints everything but never the attached picture
muarachmann commented
Okay update sorry, after running on a physical device, it works. On simulator however, it wasn't working