fl_downloader 1.2.0 copy "fl_downloader: ^1.2.0" to clipboard
fl_downloader: ^1.2.0 copied to clipboard

A plugin to download files using the native capabilities. URLSession on iOS and DownloadManager on Android

1.2.0 #

  • Added error messaging returning on DownloadStatus.failed and reason on DownloadStatus.paused
  • Added log messages on native side
  • Added a function to reattach the download progress stream to a download on Android

1.1.1 #

  • Fixed fileNotFoundException on openFile() in Android 10
  • Fixed download progress stops updating after 15 seconds

1.1.0 #

  • Updated Dart to 2.18 and Flutter 3.3
  • Renamed Progress class to DownloadProgress to avoid collision with other classes or plugins
  • Added a explicit documentation related to return of download()
  • Added a method to request Storage Access permition on Android 9 or bellow
  • Fixed download on urls that have invalid filename chars

1.0.3 #

  • Fixed Android divideByZero exception

1.0.2 #

  • Fixed iOS download with empty filename

1.0.1 #

  • Added documentation comments on public API

1.0.0 #

  • Initial version with Android and iOS support
11
likes
160
pub points
84%
popularity

Publisher

verified publisherinceptusp.dev

A plugin to download files using the native capabilities. URLSession on iOS and DownloadManager on Android

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on fl_downloader