metadata_web 0.0.5
metadata_web: ^0.0.5 copied to clipboard
A powerful web-specific metadata extraction implementation for Flutter, seamlessly integrating with web browsers to extract EXIF and media data.
0.0.5 #
- Added conditional export (
dart.library.js_interop) so pana correctly detects platform support, fixing the pub.dev platform score (was 0/20). - Added non-web stubs for all public classes; they throw
UnsupportedErrorat runtime on non-web platforms. - Updated
metadata_coredependency to^0.0.6(eliminatesdart:iofrom the transitive import chain on web).
0.0.4 #
- Updated README with full API documentation: video thumbnail extraction,
WebFolderPicker,WebDropTraverser, and example app reference. - Fixed
Getting startedversion constraint in README (was showing^0.0.1).
0.0.3 #
- Updated
metadata_coredependency to^0.0.5. - Added example app demonstrating folder picking, drag-and-drop scanning, and video thumbnail extraction.
0.0.2 #
- Migrated from discontinued
package:jsto moderndart:js_interopfrom the Dart SDK. - Updated
metadata_coredependency to^0.0.4. - Added comprehensive 100% public API documentation comments across all public symbols.
- Added a premium dark-themed interactive Flutter Web example project showcasing folder picking, drag-and-drop file scanning, and media EXIF details.
- Fixed repository verification checks for pub.dev publishing by removing local-only restrictions.
0.0.1 #
- Initial release of
metadata_web. - Core web extraction logic for images.