tus_file_uploader 0.0.34 copy "tus_file_uploader: ^0.0.34" to clipboard
tus_file_uploader: ^0.0.34 copied to clipboard

Dart implementation of tus protocol for Flutter. Allows to pause/resume files uploading.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tus_file_uploader

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

dependencies:
  tus_file_uploader: ^0.0.34

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

Import it

Now in your Dart code, you can use:

import 'package:tus_file_uploader/tus_file_uploader.dart';
13
likes
130
points
41
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart implementation of tus protocol for Flutter. Allows to pause/resume files uploading.

Homepage

License

MIT (license)

Dependencies

async, collection, cross_file, flutter, http, logger, path

More

Packages that depend on tus_file_uploader