metadata_web 0.0.5 copy "metadata_web: ^0.0.5" to clipboard
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 UnsupportedError at runtime on non-web platforms.
  • Updated metadata_core dependency to ^0.0.6 (eliminates dart:io from 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 started version constraint in README (was showing ^0.0.1).

0.0.3 #

  • Updated metadata_core dependency 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:js to modern dart:js_interop from the Dart SDK.
  • Updated metadata_core dependency 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.
1
likes
160
points
270
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful web-specific metadata extraction implementation for Flutter, seamlessly integrating with web browsers to extract EXIF and media data.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

exif, flutter, metadata_core, web

More

Packages that depend on metadata_web