tus_bg_file_uploader 0.0.45
tus_bg_file_uploader: ^0.0.45 copied to clipboard
A wrapper around tus_file_uploader that allows to upload file using background service
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tus_bg_file_uploaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tus_bg_file_uploader: ^0.0.45Alternatively, 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_bg_file_uploader/tus_bg_file_uploader.dart';