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

outdated

A new Flutter package project.

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);

Authors #

18
likes
0
pub points
35%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter, mime_type, path, path_provider

More

Packages that depend on google_drive_client