webdav_client 1.1.6 copy "webdav_client: ^1.1.6" to clipboard
webdav_client: ^1.1.6 copied to clipboard

outdated

A dart WebDAV client library, support Basic/Digest authentication、read、make、delete、rename、copy、download、upload、cancel request

Changelog #

[1.1.6] #

  • Web platform support. (see stackoverflow for CORSB problems needing attention)
  • Dependency Update

[1.1.2] #

  • Upload and download support progress, modified method parameters(read, read2File, write, writeFromFile)
  • update dio 4.0.0 > 4.0.1

[1.1.1] #

  • writeFromFile streams file content instead of reading it into memory.(thanks @István Soós)
  • fix auth error when root directory is not supported by webdav(thanks @dutsky)

[1.1.0] #

  • Fix no authorization when uploading and downloading
  • Related dependencies updated to the latest version

[1.0.0] #

  • support null-safety

[0.0.2] #

  • fix when server nonce expired, add recertification Logic.

[0.0.1] #

  • common settings
  • read dir
  • make dir
  • delete
  • rename
  • copy
  • download file
  • cancel request
46
likes
0
pub points
85%
popularity

Publisher

unverified uploader

A dart WebDAV client library, support Basic/Digest authentication、read、make、delete、rename、copy、download、upload、cancel request

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

convert, dio, flutter, xml

More

Packages that depend on webdav_client