cloud_sync_adapters 0.0.2 copy "cloud_sync_adapters: ^0.0.2" to clipboard
cloud_sync_adapters: ^0.0.2 copied to clipboard

A collection of adapters for [cloud_sync](https://pub.dev/packages/cloud_sync). It just exports all available adapters without any specified versions.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloud_sync_adapters

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

dependencies:
  cloud_sync_adapters: ^0.0.2

Alternatively, 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:cloud_sync_adapters/cloud_sync_adapters.dart';
0
likes
40
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of adapters for [cloud_sync](https://pub.dev/packages/cloud_sync). It just exports all available adapters without any specified versions.

License

MIT (license)

Dependencies

cloud_sync_google_drive_adapter, cloud_sync_hive_adapter, cloud_sync_shared_preferences_adapter

More

Packages that depend on cloud_sync_adapters