transfer_manager 0.5.0 copy "transfer_manager: ^0.5.0" to clipboard
transfer_manager: ^0.5.0 copied to clipboard

A protocol-aware, crash-safe transfer engine for Dart and Flutter.

0.5.0 #

  • Added native Android resumable TUS uploads through WorkManager.
  • Persisted native TUS session URLs, acknowledged offsets, and source fingerprints across retries and process restarts.
  • Added bounded chunk streaming, server-offset reconciliation, expired-session recreation, source-change protection, and completion notifications.
  • Added the Android background TUS engine adapter and platform capability.

0.4.0 #

  • Added the federated platform-interface and Android implementation packages.
  • Added WorkManager background downloads, foreground progress notifications, constraints, cancellation, task reconnection, and a core-engine adapter.
  • Added completion notifications with secure open-file actions.
  • Added streamed multipart background uploads through WorkManager.
  • Exposed a pause signal for custom transfer engines.

0.3.0 #

  • Implemented atomic managed-source staging for persistent uploads.
  • Added safe managed-file cleanup after completion or cancellation.
  • Retained managed sources after failures so tasks remain retryable.
  • Added restart recovery for staged upload sources.

0.2.0 #

  • Added TUS 1.0 resumable uploads.
  • Persisted upload session URLs and acknowledged offsets.
  • Added server-offset reconciliation across retries and restored tasks.
  • Added chunk-level progress, auth refresh, and integrity verification for TUS.

0.1.0 #

  • Initial foreground transfer engine.
  • Added persistent scheduling, HTTP range downloads, multipart uploads, authentication refresh, checksum verification, progress, retry, and tests.
0
likes
150
points
494
downloads

Documentation

API reference

Publisher

verified publisherpinz.dev

Weekly Downloads

A protocol-aware, crash-safe transfer engine for Dart and Flutter.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

crypto

More

Packages that depend on transfer_manager