exif_reader
Decode EXIF data from image files (improved fork of https://github.com/bigflood/dartexif). Supports VM, JavaScript and Web Assembly.
4.1.0
14K downloads/mo
#2550 most downloaded on pub.dev
mgenware/exif_reader
What this package is like to depend on
Last release 7 months ago
03 Jan 2026
Ships unpredictably
gaps range from 8 days to 12 months
Most releases are documented
notes for 22 of 30 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
30 releases · first in 2024
6 releases in the last 12 months
see the full history below
Release timeline
30 releases · Jun 2024 to Jan 2026Releases
latest 30-
4.1.003 Jan 2026 -
4.0.201 Dec 2025 -
4.0.129 Nov 2025Nothing published for this version
-
4.0.008 Nov 2025Release notes
Open source →- [Breaking] Removed
readExifFromFile. UsereadExifFromSource. To read EXIF from files, callreadExifFromSourcewith aFileRASource, which supportsFile(dart:io) andBlob(package:web). - [Breaking]
readExifFromBytesnow returnsExifData. - Add web support for JXL and CR3 files.
- [Breaking] Removed
-
3.17.108 Nov 2025Nothing published for this version
-
3.17.028 Oct 2025Release notes
Open source →- Migrate from
dart:htmltowebpackage (also bumps SDK min version to 3.4.0). - Create stubs for CR3 and JXL; these are currently
dart:io-only and introduced dependencies ondart:ioandiso_base_mediathat made the package incompatible with Web platforms. This refactoring does not fully address the compatiblility issue (CR3 and JXL will still be supported only when loading from aRandomAccessFilewhich impliesdart:io) but restores this package's compatibility with Web platforms. - Add tests for Web platforms (JavaScript + Web Assembly).
- Reorganized files for improved readability/maintainabiliyt (hopefully!).
- Add Dart doc comments for pub.dev compliance.
- Migrate from
-
3.16.107 Nov 2024 -
3.16.027 Oct 2024 -
3.15.021 Oct 2024 -
3.14.525 Aug 2024 -
3.14.124 Aug 2024 -
3.14.019 Aug 2024 -
3.13.019 Aug 2024 -
3.12.118 Aug 2024 -
3.12.011 Aug 2024 -
3.11.008 Aug 2024 -
3.10.105 Aug 2024Nothing published for this version
-
3.10.005 Aug 2024 -
3.9.203 Aug 2024Nothing published for this version
-
3.9.129 Jul 2024Nothing published for this version
-
3.9.029 Jul 2024 -
3.8.029 Jul 2024 -
3.7.413 Jul 2024Nothing published for this version
-
3.7.312 Jul 2024Nothing published for this version
-
3.7.212 Jul 2024Nothing published for this version
-
3.7.103 Jul 2024 -
3.7.001 Jul 2024 -
3.6.028 Jun 2024Release notes
Open source →- Add support for JPEG XL EXIF (uncompressed)
- Migrate file IO to async functions
-
3.5.024 Jun 2024 -
3.4.024 Jun 2024Release notes
Open source →- Add missing tags found in DNG files
- Add some JXL tags
- Support more compression values.