cloud_sync_box 0.1.1 copy "cloud_sync_box: ^0.1.1" to clipboard
cloud_sync_box: ^0.1.1 copied to clipboard

Box Content API adapter for the cloud_sync family. Implements StorageAdapter with a lazy path-to-ID resolver that translates Box's ID-based API into path-based sync operations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloud_sync_box

With Flutter:

 $ flutter pub add cloud_sync_box

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

dependencies:
  cloud_sync_box: ^0.1.1

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:cloud_sync_box/cloud_sync_box.dart';
0
likes
160
points
131
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Box Content API adapter for the cloud_sync family. Implements StorageAdapter with a lazy path-to-ID resolver that translates Box's ID-based API into path-based sync operations.

Repository (GitHub)
View/report issues
Contributing

Topics

#box #sync #storage

License

MIT (license)

Dependencies

cloud_sync_core, crypto, http, meta

More

Packages that depend on cloud_sync_box