winche_storage 5.1.1
winche_storage: ^5.1.1 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_storageThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
winche_storage: ^5.1.1Alternatively, your editor might support dart 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';