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

A simple WebDAV client that supports some common methods.

Changelog #

1.2.2 #

  • 302 redirect: redirect to the real link. Thanks @cmlanche

1.2.1 #

  • Dio Dependency Update

1.2.0 #

  • fix PROPFIND method with request data by utf8.encode again

1.1.9 #

  • Bumped version to 1.1.9 ! Thanks erdemyerebasmaz
  • Updated dependencies to latest
    • dio had breaking changes as explained here. The ones that applied to this plugin were:
      • Improve DioErrors. There are now more cases in which the inner original stacktrace is supplied.
      • connectTimeout, sendTimeout, and receiveTimeout are now Durations.
      • Null Safety changes
    • There were no breaking changes according to their changelogs published on pub.flutter-io.cn for these plugins:

1.1.8 #

  • Dependency Update

1.1.7 #

  • Remove unnecessary dependency on flutter

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
62
likes
140
points
4.76k
downloads

Publisher

unverified uploader

Weekly Downloads

A simple WebDAV client that supports some common methods.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

convert, dio, xml

More

Packages that depend on webdav_client