exifdart 0.7.0+3 copy "exifdart: ^0.7.0+3" to clipboard
exifdart: ^0.7.0+3 copied to clipboard

Decode Exif data from jpeg files (Dart port based on https://github.com/exif-js/exif-js/)

0.7.0+3 #

  • minor update on example

0.7.0+2 #

  • added documentation
  • added example

0.7.0+1 #

  • fixed when FlashpixVersion is already a string

0.7.0 #

  • ported to Dart 2

0.6.0+1 #

  • fixed the botched release

0.6.0 #

  • created AbstractBlobReader making the core implementation platform independent
  • moved platform dependent code (a HTML Blob based implementation of AbstractBlobReader) available by importing exifdart_html.dart
  • created a dart:io based implementation of AbstractBlobReader and made it available in exifdart_io.dart
  • this is an API breaking release, you have to import both exifdart.dart and exifdart_html.dart ot get the old API

0.5.0+6 #

  • fixed null access on some files that have a type 0 GPSVersionID tag

0.5.0+5 #

  • fixed offset errors in BlobView and CacheView

0.5.0+4 #

  • changed switch block to make dart2js happy
0
likes
30
pub points
63%
popularity

Publisher

unverified uploader

Decode Exif data from jpeg files (Dart port based on https://github.com/exif-js/exif-js/)

Repository

License

MIT (LICENSE)

More

Packages that depend on exifdart