flutter_file_downloader 1.2.2-dev.1 flutter_file_downloader: ^1.2.2-dev.1 copied to clipboard
A simple flutter plugin that downloads any file type to downloads directory
Change Log #
[1.2.0] - 07-12-2023 #
Added #
- Cancel download feature as requested in issue #14
- Support passing headers with download file request #16
Changed #
Fixed #
- Fixed a bug where if an exception occurred at the first step (requesting permission) the Download Future does not end
- Added exception handler to avoid app crash and rethrow the exception to flutter when file name is invalid