fl_downloader 1.1.1 fl_downloader: ^1.1.1 copied to clipboard
A plugin to download files using the native capabilities. URLSession on iOS and DownloadManager on Android
1.1.1 #
- Fixed
fileNotFoundException
onopenFile()
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 toDownloadProgress
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