attachment_engine_web 0.0.1-dev.1 copy "attachment_engine_web: ^0.0.1-dev.1" to clipboard
attachment_engine_web: ^0.0.1-dev.1 copied to clipboard

Platformweb

Web implementation of attachment_engine providing Web Share API, OPFS storage, fetch downloads, and HTML5 video/audio playback.

attachment_engine_web #

pub package license

The official Web implementation of attachment_engine.

This package is endorsed by attachment_engine and is pulled in automatically for Flutter Web applications.

Web Architecture #

  • Storage & Caching: Origin Private File System (OPFS) and IndexedDB caching.
  • Downloads: Native fetch() API + OPFS streaming.
  • Media: HTML5 <video> and <audio> direct element integration.
  • Web Share API: Native mobile browser and desktop Web Share integration.
  • WasmGC Ready: Built entirely with dart:js_interop for full WasmGC and JavaScript runtime compatibility.

Usage #

Add attachment_engine to your app's pubspec.yaml:

dependencies:
  attachment_engine: ^0.0.1-dev.1

For complete documentation and guides, visit attachment_engine.

0
likes
160
points
115
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Web implementation of attachment_engine providing Web Share API, OPFS storage, fetch downloads, and HTML5 video/audio playback.

Repository (GitHub)
View/report issues
Contributing

Topics

#attachment #web

License

MIT (license)

Dependencies

attachment_engine_platform_interface, flutter, flutter_web_plugins

More

Packages that depend on attachment_engine_web

Packages that implement attachment_engine_web