google_drive_file_picker 0.0.2 copy "google_drive_file_picker: ^0.0.2" to clipboard
google_drive_file_picker: ^0.0.2 copied to clipboard

The google_drive_file_picker plugin for Flutter is a package that allows users to browse, select, and retrieve files from their Google Drive directly within a Flutter application. It simplifies the pr [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add google_drive_file_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  google_drive_file_picker: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:google_drive_file_picker/google_drive_file_picker.dart';
2
likes
130
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

The google_drive_file_picker plugin for Flutter is a package that allows users to browse, select, and retrieve files from their Google Drive directly within a Flutter application. It simplifies the process of integrating Google Drive file access by handling authentication, file listing, and downloading.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_sign_in, googleapis, http, path_provider, pull_to_refresh_flutter3

More

Packages that depend on google_drive_file_picker