Skip to content
Snippets Groups Projects
Unverified Commit 3de097fc authored by Bram's avatar Bram
Browse files

Update CHANGELOG, README and version number

* Adds option for partial uploads, for binary uploads only. Set the byte range by adding a "Range" header to your binary `UploadTask`, e.g. a value of "bytes=100-149" will upload 50 bytes starting at byte 100. You can omit the range end (but not the "-") to upload from the indicated start byte to the end of the file.  The "Range" header will not be passed on to the server. Note that on iOS an invalid range will cause enqueue to fail, whereas on Android and Desktop the task will fail when attempting to start.
* Fixes issue in iOS when multiple Flutter engines register the plugin
* Fixes issue with lingering HTTP connections on desktop
* Adds CI workflow (formatting, lints, build Android, build iOS)
parent 5f77fd90
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment