cloud9 library
My new Flutter package
Classes
- Cloud9
- A class representing the Cloud9 package.
- Cloud9Connector
- An abstract class representing the connection logic for a cloud storage service.
- Cloud9Initializer
- An abstract class representing the initialization logic for a cloud storage service.
- DropBoxConnector
-
An implementation of the
Cloud9Connectorabstract class for connecting to Dropbox. - DropBoxInitializer
-
An implementation of the
Cloud9Initializerabstract class for Dropbox. - GoogleDriveConnector
-
An implementation of the
Cloud9Connectorabstract class for Google Drive. - GoogleDriveInitializer
-
An implementation of the
Cloud9Initializerabstract class for Google Drive. - OneDriveConnector
-
An implementation of the
Cloud9Connectorabstract class for Microsoft OneDrive. - OneDriveInitializer
-
An implementation of the
Cloud9Initializerabstract class for Microsoft OneDrive.