v1.1.0 of winche_storage
The official repository for Dart and Flutter packages. [Unoffic…
June 16, 2026
Dart SDK for the WincheStorage backend - a reference-based API with resumable, multipart-aware upload and download tasks for any storage backend. Changelog excerpt: - 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 multipartThresholdnow 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 agai[...]
Discussion in the ATmosphere