another_tus_client
A web compatible tus client for dart allowing resumable uploads using the tus protocol.
3.2.6
913 downloads/mo
#598 most downloaded on pub.dev
olivierb24/another_tus_client
What this package is like to depend on
Last release 1 years ago
13 May 2025
Ships fairly regularly
a new release about every 5 weeks
Nearly every release is documented
notes for 12 of 12 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
12 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
12 releases · Mar 2025 to May 2025
2026
Releases
latest 12-
3.2.613 May 2025Release notes
Open source →- The cancel method now tries to clean up no matter the state of the current upload
-
3.2.512 May 2025Release notes
Open source →- Modified the Tus Manager Class to leverage the hash fingerprint for internal ID mapping
-
3.2.423 Apr 2025 -
3.2.323 Apr 2025 -
3.2.223 Apr 2025Release notes
Open source →- Fixed path error still present by using hash for fingerprint
- Added comprehensive debug on the client and all store implementations
-
3.2.120 Apr 2025Release notes
Open source →- Fixed issue with file fingerprinting that caused path errors when using function references
-
3.2.011 Mar 2025 -
3.1.308 Mar 2025 -
3.1.208 Mar 2025Release notes
Open source →- Added a simple upload manager class to manage and queue uploads
- Updated the isResumable() function on the client
- Added ability to update/remove the callbacks when calling resumeUpload()
- Added ability to prevent duplicate uploads if the same fingerprint already exists
-
3.1.106 Mar 2025 -
3.1.006 Mar 2025Release notes
Open source →- Fixed IndexedDB storage on Web
- Added custom file picker for Web
- Removed unused packages
-
3.0.006 Mar 2025Release notes
Open source →- Added platformFile to XFile converter to stream files on web
- Added IndexedDB store for web
- Replaced packages incompatible on web