winche_storage 1.1.0 copy "winche_storage: ^1.1.0" to clipboard
winche_storage: ^1.1.0 copied to clipboard

Dart SDK for the WincheStorage backend - a reference-based API with resumable, multipart-aware upload and download tasks for any storage backend.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add winche_storage

With Flutter:

 $ flutter pub add winche_storage

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

dependencies:
  winche_storage: ^1.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:winche_storage/winche_storage.dart';
0
likes
160
points
14
downloads

Documentation

API reference

Publisher

verified publisherwinchetechnologies.co.uk

Weekly Downloads

Dart SDK for the WincheStorage backend - a reference-based API with resumable, multipart-aware upload and download tasks for any storage backend.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, mime

More

Packages that depend on winche_storage