pion_resumable_upload 0.1.0
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_uploadWith Flutter:
$ flutter pub add pion_resumable_uploadThis 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.0Alternatively, 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';