flutter_file_downloader 2.0.1-dev.2 copy "flutter_file_downloader: ^2.0.1-dev.2" to clipboard
flutter_file_downloader: ^2.0.1-dev.2 copied to clipboard

PlatformAndroid

A simple flutter plugin that downloads any file type to downloads directory

2.0.1-dev.2 #

  • Fixed bug #53 endless loop in the background
  • Wrapped callbacks with try & catch to avoid app crashes #54

2.0.1-dev.1 #

  • Fixed bug when using both plugins flutter_file_downloader & geolocator #52

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
159
likes
160
pub points
98%
popularity

Publisher

verified publisherodeh-bros.com

A simple flutter plugin that downloads any file type to downloads directory

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_file_downloader