tus_file_uploader 0.0.34
tus_file_uploader: ^0.0.34 copied to clipboard
Dart implementation of tus protocol for Flutter. Allows to pause/resume files uploading.
0.0.34 #
Added handling 410 status code error
0.0.33 #
Fixed calculating initial chunk size
0.0.32 #
Added configurable rules for chunk size calculation
0.0.31 #
Added sending chunk size in progress callback
0.0.30 #
Added handling 401 error during chunk upload
0.0.29 #
Added init upload progress on setup url
0.0.28 #
Reverted separate setting up upload url
0.0.27 #
Fixed setting up url
0.0.26 #
Moved setting up upload url into upload process
0.0.25 #
Added logging the error message to ProtocolException
0.0.24 #
Added handling internal serve error
0.0.23 #
Updated default chunk size
0.0.22 #
Fixed mapping custom scheme
0.0.21 #
Fixed mapping file path
0.0.20 #
Added option of storing compressed file path
0.0.19 #
Fixed setting timeout for setup request
0.0.18 #
Introduced handling uniqueness of uploading file over generated id
0.0.17 #
Fixed handling 401 error.
0.0.16 #
Fixed setting log level.
0.0.15 #
Added logging. Implemented handling 401 error
0.0.14 #
Fixed stucking when current chuck size equals zero.
0.0.13 #
Fixed passing headers to recursive chunks uploading.
0.0.12 #
Added ability to setup uploading files with custom url scheme.
0.0.11 #
Fixed handling losing internet connection exception.
0.0.10 #
Moved from dart:io to http as the package for network requests.
0.0.9 #
Fixed sending the last chunk of data.
0.0.8 #
Updated request for getting current offset
0.0.7 #
Optimized cancelable operations.
0.0.6 #
Fixed setting upload url.
0.0.5 #
Added an ability to set timeout for a single http connection.
0.0.4 #
Fixed exiting from upload process after the process is finished.
0.0.3 #
Fixed initializing upload url inside setup method.
0.0.2 #
Fixed handling ClientException correctly.
0.0.1 #
- TODO: Describe initial release.