metadata_core 0.0.6
metadata_core: ^0.0.6 copied to clipboard
Core metadata extraction interfaces, models, and EXIF extraction tools for MetaVision and Klikr applications.
0.0.6 #
- Replaced
exifdependency withexif_readerinExifMetadataExtractorto eliminate thedart:iotransitive import, enabling web platform compatibility.
0.0.5 #
- Add
fullFilePathoptional field toMediaFilemodel for storing the full filesystem path (native) or relative folder path (web).
0.0.4 #
- Address all pub.dev package analysis suggestions to achieve maximum pub points.
- Upgrade freezed_annotation and freezed dependencies.
- Raise minimum SDK constraint to 3.8.0.
- Add comprehensive Dartdoc documentation for all public APIs.
- Add self-contained package usage example.
0.0.3 #
- Added Quick Start Guide and Rendering Visual Previews sections to README.
0.0.2 #
- Enhance README with comprehensive architecture diagram and cross-links to add-on packages.
0.0.1 #
- Initial release of metadata_core. Contains core interfaces and models for MetaVision.