resumable_downloader 0.0.3
resumable_downloader: ^0.0.3 copied to clipboard
A robust download manager with resumable support, queuing, concurrency, and error handling — built on Dio.
Changelog #
0.0.3 - 2025-04-30 #
- New feature: added support for delay before attempting retry
0.0.1 - 2025-04-30 #
Added #
- Initial release of the
resumable_downloaderpackage. - Support for resumable downloads using HTTP
Rangeheaders. - Concurrent and queued download handling.
- File existence strategies (
keepExisting,resume,replace,fail). - Download progress updates and cancelation support.
- Full control over downloads using
Dio, custom directory setup, and retry handling.