tus_background_upload 0.1.0
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_uploadThis 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.0Alternatively, 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';