bigflood / dartexif

Dart package to decode Exif data from tiff, jpeg and heic files
https://pub.dev/packages/exif
MIT License
30 stars 29 forks source link

compiles and runs without error #3

Closed cloudwow closed 6 years ago

cloudwow commented 6 years ago

I tried to use this plugin a flutter app and ran into some errors. Here are the changes I had made to get things working. I'm new to both Dart and Flutter so please definitely review before merging.

bigflood commented 6 years ago

i fixed errors with "values.whereType().toList()".

thanks!