en_file_uploader 3.1.0
en_file_uploader: ^3.1.0 copied to clipboard
This Dart package provides a file upload functionality that is implementation-agnostic. Provides the capability to upload a file in chunks with built-in retry handling.
3.1.0 - 2026-05-23 #
3.0.0 - 2026-05-19 #
Added #
- Added support for file transformations before upload. It is now possible to provide a list of
FileTransformers that will process the file sequentially, in order. A newonTransformationProgresscallback has been added to track the progress of file transformations.
Changed #
fileinFileUploadHandlerhas been deprecated in favor oforiginalFile, which more clearly indicates that it refers to the unmodified file before transformations.- Breaking,
FileUploadHandler.uploadandRestorableChunkedFileUploadHandler.presentnow receive the transformed file as input.
2.1.1 - 2025-07-15 #
2.1.0 - 2025-07-11 #
2.0.3 - 2024-08-11 #
2.0.0 - 2024-06-19 #
Changed #
- Breaking, move from
FiletoXFilefor web compatibility - Update changelog references