webdav_plus 1.2.1
webdav_plus: ^1.2.1 copied to clipboard
A feature-rich WebDAV client library for Dart and Flutter with support for locking, ACL, versioning, search, and more.
1.2.1 #
- Lowered
metapackage dependency to ^1.16.0 for broader compatibility
1.2.0 #
- Added
baseUrlparameter to constructors for cleaner API with relative paths - Made
contentTypeoptional inputFileStreamwith auto-detection from file extension - Improved API documentation, especially for
isPreemptiverequirement in streaming uploads
1.1.0 #
- Fixed XML namespace parsing to support various prefix formats (D:, d:, no prefix) for better server compatibility
- Renamed privilege classes with clearer naming (e.g., ReadPrivilege, BindPrivilege) to avoid conflicts with binding.dart
- Added CRUD example (example/simple.dart) and improved API documentation
1.0.0 #
- Comprehensive WebDAV protocol client with file operations, directory management, property handling, locking, ACL, quota support and extensible authentication