metadata_extractor 0.0.2
metadata_extractor: ^0.0.2 copied to clipboard
A powerful metadata extraction implementation for Flutter, enabling rich EXIF and media metadata retrieval.
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.