fl_cloud_storage library

Classes

AuthenticationTokens
CloudFile<FILE>
Representation of a single file. The implementation is platform-specific.
CloudFolder<FOLDER>
A folder contains files. Implementation is cloud storage specific.
CloudStorageService
This class is the entrypoint for the fl_cloud_storage package. It is a factory that - given the delegateKey generates the according delegate instance.
GoogleDriveFile
GoogleDriveFolder
Technically the Google drive folder is also a Drive file. The children inside a folder contains the folder id. Hence, a file can be part of more than just one folder.
GoogleDriveService
ICloudService<FILE extends CloudFile, FOLDER extends CloudFolder>

Enums

GoogleDriveScope
Google Drive offers authorization via scopes.
PlatformSupportEnum
Right now Flutter supports 6 operation systems. In many cases the cloud storage provider is not available on all platforms.
StorageType
The available delegates for the CloudStorageService.