- Initial release.
- Adds
deleteIfDownloadedFilePathExists
to give option to delete file at download path if it exists before saving downloaded file to that path.
- Trigger robust cancel event with cancel token in error handler to fix future not returning in some cases.
- Adds Cache to manage files saved to the cache directory. Adds option to retry failed downloads.
- Adds connectivity listener to auto pause and resume downloads based on connection state
- Bumps http dependency version and Dart SDK constraints