winche_storage 1.1.0 copy "winche_storage: ^1.1.0" to clipboard
winche_storage: ^1.1.0 copied to clipboard

Dart SDK for the WincheStorage backend - a reference-based API with resumable, multipart-aware upload and download tasks for any storage backend.

CHANGELOG #

1.1.0 #

  • Uploading to an existing path now overwrites a completed file when the size or MIME type differs, and discards an interrupted attempt for different content instead of throwing — a previously failed upload no longer blocks the path.
  • Files at or below multipartThreshold now upload in a single request via the backend's single-shot upload endpoint; only larger files use multipart. This also fixes empty (0-byte) uploads, which previously failed.
  • Downloads now verify the written byte count against the remote record size and fail on a truncated transfer, deleting the partial file before reporting.

1.0.0 #

  • Initial Release
0
likes
160
points
71
downloads

Documentation

API reference

Publisher

verified publisherwinchetechnologies.co.uk

Weekly Downloads

Dart SDK for the WincheStorage backend - a reference-based API with resumable, multipart-aware upload and download tasks for any storage backend.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, mime

More

Packages that depend on winche_storage