- Update to http 1.0.0
- Added Upload Speed measure optional parameter
- Added better cancel upload method.
- Added TusClientBase abstract class.
- Changed ProtocolExceptions to include code as optional parameter.
- Added onStart function with TusClient as argument.
- Added cancelUpload function.
- Deleted unused variables.
- Correct typing of functions.
- Changed ProtocolException model to separate code from message.
- Added error handling on requests.
- Added onStart function after initiating upload.
- Using TusFileStore for saving video locally (fixes resume-upload function).
- Fixed generateMetadata() function and improved example.
- Deleted path package as dependency.
- Changed TusClient initialization, headers and metadata are passed now through upload function.
- Updated dependencies.
- Now passing reference to the current TusClient in the onProgress function.
- We don't use Dio anymore.
- Now the package uses Dio to manage HTTP Requests.
- Estimated time added.
- Chunk size issue with big files and names fixed.
- Users can now use TusFileStore to create persistent state of uploads.
- Updating dependencies.
- Migrating to a native dart package.
- Fixed issue with not parsing the http port number.
- Fixing formatting.
- Fixing handling file as chunks correctly.
- Fixing null safety warnings.
- Updating dependencies.
- Making null safe.
- Increasing minimum Dart SDK.
- Fixing deprecated APIs.
- Updating dependencies.
- Removing deadcode.
- Fixing server returns partial url & double header.
- Fixing immediate pause even when uploading with large chunks by timing out the future.
- Removing unused exceptions (deadcode).
- Updating dependencies.
- Have better documentation on using tus_client_file_store.
- This is update breaks backwards compatibility.
- Adding cross_file Flutter plugin to manage reading files across platforms.
- Refactoring example to show use with XFile on Android/iOS vs web.
- Changing example by adding copying file to be uploaded to application temp directory before uploading.
- Fixing missing Tus-Resumable headers in all requests.
- Fixing failure when offset for server is missing or null.
- Support for TUS 1.0.0 protocol.
- Uploading in chunks.
- Basic protocol support.
- TODO: Add support for multiple file upload.
- TODO: Add support for partial file uploads.