We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7493d90 commit 700994fCopy full SHA for 700994f
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.0.4] - Feature request
2
+
3
+* Changing example by adding copying file to be uploaded to application temp directory before uploading
4
5
## [0.0.3] - Bug fix
6
7
* Fixing missing Tus-Resumable headers in all requests
example/pubspec.lock
@@ -258,7 +258,7 @@ packages:
258
path: ".."
259
relative: true
260
source: path
261
- version: "0.0.3"
+ version: "0.0.4"
262
typed_data:
263
dependency: transitive
264
description:
pubspec.yaml
@@ -1,6 +1,6 @@
name: tus_client
description: A tus client for dart allowing resumable uploads using the tus protocol.
-version: 0.0.3
+version: 0.0.4
homepage: https://github.com/jjmutumi/tus_client
environment:
0 commit comments