flutter_file_uploader 2.0.0
flutter_file_uploader: ^2.0.0 copied to clipboard
Flutter widgets that simplify the creation and use of the en_file_uploader library. They include both the UI and business logic for file management.
2.0.0 - 2026-05-19 #
Added #
- Added support to file transformation on
FileUploader. For more info aboutFileTransformersee en_file_uploader documentation
Changed #
- Breaking, updated to reflect the breaking changes introduced in
en_file_uploader. For the breaking changes, see the changelog ofen_file_uploader. - chore: improved examples to show how to use file upload handlers also with transformation.
- chore: significantly improved test suite coverage and overall reliability.
1.3.0 - 2024-09-15 #
Added #
- on
exampleproject added a global state to change the parameters ofFileUploader - added
FileUploader.color - added
FileUploaderConsumer,FileUploaderSelectorto interact withFileUploaderModel