fluttercommunity / fluttercommunity/flutter_downloader

Is it possible to maximum number of simultaneous downlods in runtime rather than in Android manifest or info.plist?

Open
#363 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
940
Forks
561
Avg merge
1h 18m
Merged PRs (30d)
1

Description

I have two different features where I:
1. Download a large number of small files( around >100 files each of size around 500-1000kb). I would like to download 10 files simultaneously so that the user can open those downloaded files immediately. These downloads do not show notifications and user cannot cancel or resume downloads.

2. Download 5-10 large files(>200mb). I would like to download these large files only one at a time as a. H

Since max concurrent connections are set in the AndroidManifest file, I can download only a fixed number of files simultaneously throughout the app.
Is there any way to set max concurrent connections during runtime?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.