download-manager icon indicating copy to clipboard operation
download-manager copied to clipboard

A library that handles long-running downloads, handling the network interactions and retrying downloads automatically after failures

Results 28 download-manager issues
Sort by recently updated
recently updated
newest added

Use case: After download a batch, I need to do some post-processing with the files after they are downloaded (e.g. extract a downloaded zip archive to the directory with the...

feature

When I closed application and come back to application I can't have any `downloadBatchStatus`(my application is downloading yet), how can I get `downloadBatchStatus`(my application is downloading yet) when I come...

question

## Problem At the moment we are using the `File` API for determining the amount of space we have available for saving download assets. In this PR `lint` notified us...

enhancement

Hi Guys, We are facing an issue at the moment as we do high volume downloads (eg: 100 or more per batch) so it takes a considerable amount of time...

enhancement
help wanted
question

How can I set Header for links of downloads with this library?

Guys, As always I appreciate your work :). This is a question rather than a bug but because of this, it's causing an issue in my implementation. Basically, I noticed...

bug
help wanted
feature
discussion

## Problem As mentioned in #488 we have `DownloadBatchStatusCallback` that returns a copy of an underlying `DownloadBatchStatus`, we then need to grab the "real" instance from the `Map` in order...

enhancement
help wanted

## Problem Collapsing #458 and #466 into one issue so everything is easier to deal with. The crux of the issue is that all `network issues` are treated as the...

help wanted
discussion

## Problem At the moment we still need to update the version of the library locally in the `build` file and then go to the CI in order to perform...

enhancement

Is it possible to let some batches download under any condition despite allowed network type? Sometimes when starting the downloads, I let the users specify if they would like to...

feature