Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Picture tag is no longer being extracted #16

Closed
NiKoTron opened this issue Aug 12, 2020 · 3 comments
Closed

Picture tag is no longer being extracted #16

NiKoTron opened this issue Aug 12, 2020 · 3 comments
Assignees
Labels
bug Something isn't working need more information More information needs to be collected about this issue.
Milestone

Comments

@NiKoTron
Copy link
Owner

since 0.3.0
from @n3rfd message:

picture tag is no longer being extracted and returned from calling getTagsFromByteArray()

@NiKoTron NiKoTron added bug Something isn't working need more information More information needs to be collected about this issue. labels Aug 12, 2020
@NiKoTron NiKoTron self-assigned this Aug 12, 2020
@NiKoTron
Copy link
Owner Author

could be related to #19

@NiKoTron NiKoTron added this to the v0.3.1 milestone Aug 19, 2020
NiKoTron added a commit that referenced this issue Aug 20, 2020
@muarachmann
Copy link

muarachmann commented Oct 17, 2020

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
Copy link

Okay update sorry, after running on a physical device, it works. On simulator however, it wasn't working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need more information More information needs to be collected about this issue.
Projects
None yet
Development

No branches or pull requests

2 participants