tusc 1.1.0+3 tusc: ^1.1.0+3 copied to clipboard
A tus client for dart to allow resumable uploads using the tus protocol (https://tus.io/).
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
1.1.0+2 #
Added #
TusUploadState
enum added to control the state of the tus uploadtusclient.state
to get the current upload statetusclient.errorMessage
to get the last error messagecancelUpload
function added toTusClient
1.0.0 #
- Initial version.