flutter_file_downloader 2.0.1-dev.3 flutter_file_downloader: ^2.0.1-dev.3 copied to clipboard
A simple flutter plugin that downloads any file type to downloads directory
2.0.1-dev.3 #
- Fixed bug #57 where images & pdfs might be downloaded without an extension resulting to inability to open the file
2.0.1-dev.2 #
2.0.0 #
- Full refactor of the plugin
- Added the ability to create sub directories in Downloads/ or AppData/ to download your files into
- Added the ability to download files over POST request
- Added the ability to write base64 into a local file
1.2.2-dev.1 #
- Fixed binding a broadcast in new android 14 issue
1.2.1 #
- Fixed duplicate call for onProgress #44
- Fixed crash exception when file URL does not contain file extension
1.2.0 #
- Cancel download feature as requested in issue #14
- Support passing headers with download file request #16
- Improved logic in extracting file name from URL & user input #23 thanks to plabon
- 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