flutoryx_uploader 1.0.1
flutoryx_uploader: ^1.0.1 copied to clipboard
A production-grade Flutter plugin for resumable, chunked, background-safe file uploads with real-time speed tracking and ETA estimation.
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.