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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add file_streamer

With Flutter:

 $ flutter pub add file_streamer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  file_streamer: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:file_streamer/file_streamer.dart';
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