flutter_onedrive 1.8.3
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_storagev9 and v10 are both supported now). - Removed unused
path_providerdependency.
1.8.3 #
flutter_secure_storagenow accepts v11 (>=9.2.4 <12.0.0). The previous<11.0.0ceiling was precautionary — v11 did not exist when it was written — and was blocking downstream apps from upgrading. This package only usesconst FlutterSecureStorage()plusread/write/delete, none of which changed in v11.oauth_webauthnow 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_storagefrom 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 AndroidcompileSdk 37/minSdk 24and Dart >= 3.8.