resume_upload_sdk 1.0.2
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
UploadManagerfor managing multiple concurrent uploads.