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

Dropbox client for Flutter. The library supports Android and iOS. Authorization is done through Dropbox app or external web browser.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dropbox_client

With Flutter:

 $ flutter pub add dropbox_client

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

dependencies:
  dropbox_client: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:dropbox_client/dropbox_client.dart';
37
likes
0
pub points
86%
popularity

Publisher

verified publishermix1009.com

Dropbox client for Flutter. The library supports Android and iOS. Authorization is done through Dropbox app or external web browser.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on dropbox_client