cloud_sync_drive 0.1.1
cloud_sync_drive: ^0.1.1 copied to clipboard
Google Drive adapter for the cloud_sync family. Supports drive, drive.file, and drive.appdata scopes. Implements StorageAdapter so it plugs directly into SyncClient.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add cloud_sync_driveWith Flutter:
$ flutter pub add cloud_sync_driveThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cloud_sync_drive: ^0.1.1Alternatively, 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_drive/cloud_sync_drive.dart';