tus_client_file_store 0.0.3 copy "tus_client_file_store: ^0.0.3" to clipboard
tus_client_file_store: ^0.0.3 copied to clipboard

A file based storage for tus_client that you can use to save the state resumable uploads even after restarting device.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tus_client_file_store

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

dependencies:
  tus_client_file_store: ^0.0.3

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_client_file_store/tus_client_file_store.dart';
1
likes
40
pub points
10%
popularity

Publisher

verified publishervictorium.biz

A file based storage for tus_client that you can use to save the state resumable uploads even after restarting device.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, path, tus_client

More

Packages that depend on tus_client_file_store