flutter_file_downloader 1.2.1 flutter_file_downloader: ^1.2.1 copied to clipboard
A simple flutter plugin that downloads any file type to downloads directory
1.2.0 #
-
1.2.1 #
- Fixed crash exception when file URL does not contain file extension
-
1.2.0-dev.4 #
- Added cancel download feature as requested in issue #14
-
1.2.0-dev.3 #
-
1.2.0-dev.2 #
- Fixed a bug where if an exception occurred at the first step (requesting permission) the Download Future does not end
- Added support to pass headers with download file request
- Added exception handler to avoid app crash and rethrow the exception to flutter when file name is invalid