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.

example/main.dart

import 'package:cloud9/cloud9.dart';

void main() {
  final cloud9 = Cloud9.instance;
  final initializer = GoogleDriveInitializer()..initialize();
  final connector = GoogleDriveConnector()..connect();
}
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