google_drive_client 1.0.3 copy "google_drive_client: ^1.0.3" to clipboard
google_drive_client: ^1.0.3 copied to clipboard

A Handful Google Drive Client For Dart

Google Drive Client

Google Drive Client

Maintenance Status

A Handful Google Drive Client For Dart

Table of Contents #

API #

Future<List<GoogleDriveFileMetaData>> list();

Future<GoogleDriveFileMetaData> get(String id);

Future<GoogleDriveFileMetaData> create(GoogleDriveFileUploadMetaData metaData, File file, {Function(int, int) onUploadProgress});

Future<File> download(String id, String filename, {Function(int, int) onDownloadProgress});

Future<void> delete(String id);

google_drive_client

Authors #

18
likes
30
pub points
38%
popularity

Publisher

unverified uploader

A Handful Google Drive Client For Dart

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dio, flutter, mime_type, path, path_provider

More

Packages that depend on google_drive_client