fast_download_manager 1.2.0
fast_download_manager: ^1.2.0 copied to clipboard
A lightweight Flutter package for downloading files with real-time progress tracking.
Changelog #
1.2.0 #
- Added unique download IDs.
- Added support for multiple simultaneous downloads.
- Added individual download cancellation.
- Added cancel all downloads.
- Added active download tracking.
- Added
DownloadProgressmodel. - Added download speed tracking.
- Added formatted download speed.
- Added formatted file size.
- Added download status callbacks.
- Added retry delay support.
- Added typed
DownloadException. - Added typed download error categories.
- Improved error handling.
- Improved downloader API structure.
1.0.0 #
- Initial release.
- Added file downloading.
- Added real-time download progress.
- Added retry support.
- Added custom headers.
- Added overwrite control.
- Added null safety support.