metadata_extractor 0.0.3
metadata_extractor: ^0.0.3 copied to clipboard
A powerful metadata extraction implementation for Flutter, enabling rich EXIF and media metadata retrieval.
0.0.3 #
- Adopt
metadata_core0.0.5: populate the newMediaFile.fullFilePathfield inRecursiveFileScanner. - Expand README with video extraction section,
scanFiles()example, fullImageMetadatafield coverage,ScanProgressfields, and Model Reference tables. - Fix version constraint in README getting-started snippet (
^0.0.1→^0.0.2).
0.0.2 #
- Modernized all dependencies to the latest versions.
- Replaced discontinued
ffmpeg_kit_flutterwith the community-maintainedffmpeg_kit_flutter_newdrop-in replacement. - Upgraded
mimedependency to version^2.0.0to support modern mime-type definitions. - Completed 100% public API documentation coverage with detailed Dartdocs.
- Added a clean Dart CLI example under
example/example.dartdemonstrating metadata extraction and scanning.
0.0.1 #
- Initial release of
metadata_extractor. - Core extraction logic for images and videos.