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

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

1.2.1 - 2026-05-04 #

  • iOS: fix authorizePKCE() not working when Dropbox app is installed (issue #40)
  • iOS: fix deprecated openURL: API usage in authorize and authorizePKCE (use openURL:options:completionHandler:)
  • iOS: fix deprecated keyWindow API usage (use UIWindowScene on iOS 13+)
  • iOS: update ObjectiveDropboxOfficial to 7.4.2
  • iOS: bump minimum iOS deployment target to 13.0 (required by ObjectiveDropboxOfficial 7.x and Flutter)
  • iOS: pin ObjectiveDropboxOfficial to ~> 7.4 for stability
  • Android: bump compileSdk to 35

1.2.0 - 2025-04-02 #

  • update Dropbox SDK (7.0.0)
  • update to latest Android SDK (35)

1.1.2 - 2025-03-18 #

1.1.1 - 2023-11-24 #

1.1.0 - 2023-09-22 #

1.0.0 - 2022-11-03 #

  • add support for short-lived PKCE authorization (authorizePKCE)
  • android support for PKCE authorization has been contributed by https://github.com/ToH2002

0.9.0 - 2022-08-05 #

  • fix compile issue when linking with ObjectiveDropboxOfficial 6.x.

0.8.0 - 2021-03-09 #

  • null safety

0.7.1 - 2020-06-11 #

  • add unlink (logout) function
  • make download/upload progress callback optional
  • add documentation for swift integration

0.7.0 - 2020-05-26 #

  • add download function.
  • update ios deployment target to 9.0
  • fix upload progress bug(not correctly reports cumulative bytes)

0.6.0 #

  • add upload function.

0.5.3 #

  • fix publish error

0.5.2 #

  • fix ios podspec error
  • add youtube video for example setup and demo.

0.5.1 #

  • fix error in README.md
  • longer description

0.5.0 #

  • Initial release.
42
likes
140
points
849
downloads

Documentation

API reference

Publisher

verified publishermix1009.com

Weekly Downloads

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

MIT (license)

Dependencies

flutter, http

More

Packages that depend on dropbox_client

Packages that implement dropbox_client