resume_upload_sdk 1.0.2 copy "resume_upload_sdk: ^1.0.2" to clipboard
resume_upload_sdk: ^1.0.2 copied to clipboard

A Flutter SDK for resumable file uploads with chunk-based upload support and automatic resume capability. Supports pause, resume, cancel, and progress tracking across all platforms.

1.0.2 #

  • Fixed Chinese documentation anchor link on pub.dev.

1.0.1 #

  • Improved README with API reference tables and Chinese documentation.

1.0.0 #

  • Initial release.
  • Chunk-based resumable file uploads.
  • Automatic resume on network interruption.
  • Pause, resume, and cancel support.
  • Upload progress tracking with stream-based callbacks.
  • CRC32 integrity verification.
  • Cross-platform support: iOS, Android, macOS, Windows, Linux, and Web.
  • Configurable chunk size, retry policy, and timeouts.
  • Singleton UploadManager for managing multiple concurrent uploads.
2
likes
120
points
135
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter SDK for resumable file uploads with chunk-based upload support and automatic resume capability. Supports pause, resume, cancel, and progress tracking across all platforms.

Repository (GitHub)
View/report issues

Topics

#upload #file-upload #resumable #chunk-upload

License

Apache-2.0 (license)

Dependencies

connectivity_plus, crypto, flutter, http, path, shared_preferences, uuid

More

Packages that depend on resume_upload_sdk