winche_storage 1.1.0
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_storageWith Flutter:
$ flutter 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: ^1.1.0Alternatively, 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';