flutter_download_manager 0.5.5
flutter_download_manager: ^0.5.5 copied to clipboard
Flutter Download Manager is a Cross-Platform file downloader with resumeable, parallel and batch Download support. Also be notified of download status and progress updates
0.5.5 Bug Fixes #
- Update dio to 5.0.1 #10 mbfakourii
- Replace slash with Platform.pathSeparator on downloader #12 (Paulo Ortolan)
- Fixed download task list #4 (arjundevlucid)
- Fixed initial progress error during resume, after multiple pause resumes (YanRui)
0.5.4 Bug Fixes #
- Improve batch progress notification to notify more granular
0.5.3 Bug Fixes #
- Disable Streams temporarily to fix bad state bugs
- Bug Fix: Stop Same Download Requests if already downloading
- Return DownloadTask when addDownload
0.5.2 Added Stream to expose events for all task when download status changes #
- Added Stream to expose events for all task when download status changes
0.5.0 Initial Release #
- Introducing Flutter Download Manager.