- Dependency Update
- Remove unnecessary dependency on flutter
- Web platform support. (see stackoverflow for CORSB problems needing attention)
- Dependency Update
- Upload and download support progress, modified method parameters(read, read2File, write, writeFromFile)
- update dio 4.0.0 > 4.0.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
)
- Fix no authorization when uploading and downloading
- Related dependencies updated to the latest version
- support null-safety
- fix when server nonce expired, add recertification Logic.
- common settings
- read dir
- make dir
- delete
- rename
- copy
- download file
- cancel request