flutter_onedrive 1.8.3 copy "flutter_onedrive: ^1.8.3" to clipboard
flutter_onedrive: ^1.8.3 copied to clipboard

Upload/download files to/from onedrive

1.5.0 #

  • App Folder Feature.

1.6.1 #

  • Refactor, add a helper for fasting switch oauth package.

1.6.2 #

  • Update dependencies

1.7.0 #

  • Fixed upload 401 error
  • Update dependencies
  • Update example

1.8.0 #

  • Added list files
  • Added file deletion
  • Added create directory
  • Added get file metadata

1.8.1 #

  • Fixed: Use "Back" button will return AuthorizationException.

1.8.2 #

  • Widened dependency version ranges for better compatibility with downstream packages (e.g. flutter_secure_storage v9 and v10 are both supported now).
  • Removed unused path_provider dependency.

1.8.3 #

  • flutter_secure_storage now accepts v11 (>=9.2.4 <12.0.0). The previous <11.0.0 ceiling was precautionary — v11 did not exist when it was written — and was blocking downstream apps from upgrading. This package only uses const FlutterSecureStorage() plus read/write/delete, none of which changed in v11.
  • oauth_webauth now accepts a future v6 (>=5.1.0 <7.0.0).
  • Stale backup files under lib/ (*.bak*) are no longer shipped in the published archive.

Note for apps upgrading flutter_secure_storage from v9 to v11: v11 removed the legacy Android ciphers, and the automatic data migration only runs in v10. Ship a v10 release first, or previously stored OneDrive tokens become unreadable and users will have to sign in again. Also note v11 requires Android compileSdk 37 / minSdk 24 and Dart >= 3.8.

27
likes
140
points
352
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Upload/download files to/from onedrive

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, http, oauth2, oauth_webauth, path

More

Packages that depend on flutter_onedrive