We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running my app on mobile platforms, but also on web. I get an empty map when using readExifFromBytes and it seems like it is not supported on web
readExifFromBytes
The text was updated successfully, but these errors were encountered:
People are asking for this functionality in discord.
Is it possible to remove dependency on dart:io as in
dart:io
dartexif/lib/src/file_interface_io.dart
Line 2 in bf170d5
and replace File with XFile from package:cross_file. Similar to what was done in image_picker 1.0 migration.
File
XFile from package:cross_file
image_picker
Also remove dependency on legacy dart:html as in
dart:html
dartexif/lib/src/file_interface_html.dart
and replace FileReader with FileReader from package:web
FileReader
FileReader from package:web
Sorry, something went wrong.
No branches or pull requests
I'm running my app on mobile platforms, but also on web. I get an empty map when using
readExifFromBytes
and it seems like it is not supported on webThe text was updated successfully, but these errors were encountered: