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

TUS resumable uploads that keep running while the app is backgrounded or the device is locked, over native transports (iOS background URLSession, Android WorkManager via background_downloader).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tus_background_upload

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

dependencies:
  tus_background_upload: ^0.1.0

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_background_upload/tus_background_upload.dart';
0
likes
150
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

TUS resumable uploads that keep running while the app is backgrounded or the device is locked, over native transports (iOS background URLSession, Android WorkManager via background_downloader).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

background_downloader, flutter, http, path

More

Packages that depend on tus_background_upload