file_streamer 0.1.0 copy "file_streamer: ^0.1.0" to clipboard
file_streamer: ^0.1.0 copied to clipboard

A zero-retention, stream-first file access library for Dart & Flutter.

0.1.0 #

  • Universal File Access: Supports the modern File System Access API with a transparent <input type="file"> fallback for Safari, Firefox, and legacy browsers.
  • Low-Level Streaming: Direct piping of OS file buffers to Dart Stream<Uint8List> to ensure near-zero memory pressure.
  • Cross-Platform Support: Seamless operation across Web (JS & Wasm), Mobile, Desktop, and CLI/Server environments.
  • Dart2Wasm Compatible: 100% dart:js_interop implementation, removing all legacy dart:html dependencies.
1
likes
160
points
110
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A zero-retention, stream-first file access library for Dart & Flutter.

Repository (GitHub)
View/report issues

Topics

#read #load #upload #stream #wasm

License

MIT (license)

Dependencies

file_picker, mime, web

More

Packages that depend on file_streamer