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

Resumable, fault-tolerant chunked file uploads for Dart, speaking the resumable.js protocol against a pion/laravel-chunk-upload backend.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pion_resumable_upload

With Flutter:

 $ flutter pub add pion_resumable_upload

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

dependencies:
  pion_resumable_upload: ^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:pion_resumable_upload/pion_resumable_upload.dart';
0
likes
160
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Resumable, fault-tolerant chunked file uploads for Dart, speaking the resumable.js protocol against a pion/laravel-chunk-upload backend.

Repository (GitHub)
View/report issues

Topics

#upload #resumable #chunked #dio #laravel

License

MIT (license)

Dependencies

crypto, dio, meta, mime, path

More

Packages that depend on pion_resumable_upload