flutoryx_uploader 1.1.0
flutoryx_uploader: ^1.1.0 copied to clipboard
A production-grade Flutter plugin for resumable, chunked, background-safe file uploads with real-time speed tracking and ETA estimation.
1.1.0 #
- New Feature: Added
UploadModesupport.UploadMode.direct(Default): Standard multipart/form-data upload.UploadMode.chunked: Resumable, chunked upload.
- Added
DirectUploadWorkerfor Android with native progress notifications. - Added
startDirectUploadfor iOS with background URLSession support. - Breaking Change: Default upload mode is now
Directinstead of Chunked.
1.0.1 #
- Documentation update: Clarified comparison table in README.md.
1.0.0 #
- Initial release of the Flutoryx Uploader plugin.
- High-performance chunked upload engine (1MB default packets).
- Background support for Android (WorkManager) and iOS (Background URLSession).
- Real-time Speed Tracking (KB/s, MB/s) and ETA Estimation.
- Native persistence (Room on Android, JSON on iOS) surviving app kills/restarts.
- Advanced task management: Pause, Resume, Cancel, and Delete.
- Native progress notifications on Android and completion alerts on iOS.