cloud9 0.0.1-Dev copy "cloud9: ^0.0.1-Dev" to clipboard
cloud9: ^0.0.1-Dev copied to clipboard

A Flutter package for integrating with popular cloud storage services such as Dropbox, Google Drive, and OneDrive.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cloud9

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

dependencies:
  cloud9: ^0.0.1-Dev

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cloud9/cloud9.dart';
16
likes
130
pub points
22%
popularity

Publisher

verified publisherflutterbytes.io

A Flutter package for integrating with popular cloud storage services such as Dropbox, Google Drive, and OneDrive.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on cloud9