fp_resumable_uploads 0.0.3+native-patch
fp_resumable_uploads: ^0.0.3+native-patch copied to clipboard
The FlutterResumableUploads package provides functionality for uploading large video files in chunks, allowing for pausing and resuming uploads as needed.
Changelog #
0.0.3 #
Added:
- Detailed Error Handling: Introduced
UploadErrorclass with specific error codes for various exceptions to simplify debugging and error tracking. - Enhanced Error Tracking: Improved error handling across the upload process to capture and report detailed error information.
- Progress Model Updates: Updated progress model to reflect error statuses and codes, providing clearer insights into the upload process.
0.0.2 #
Added:
- Workflows: Introduced additional workflows for improved upload management.
- Resumable Uploads: Added support for resuming uploads after a pause or interruption.
- Internet Connectivity Check: Added periodic internet connectivity checks to handle connection loss and resume uploads automatically.
0.0.1 #
Initial Release:
- File Chunking: Split large files into manageable chunks for uploading.
- Upload Process: Implemented upload functionality for video chunks using signed URLs.
- Progress Tracking: Integrated progress tracking and status updates for upload progress.
- Error Handling: Basic error handling for upload and chunk processing.