Amin Beheshti
Amin Beheshti
Please read [How to contribute](https://github.com/Solido/awesome-flutter/blob/master/contributing.md) before creating a submission. ## Description Add Brisk download manager to the list of open source apps --- **Checklist** - [x] I read [How to...
When a file is renamed, the notification only specifies the new file name so there is no way to find out which file it was that got renamed. Is there...
When a chunk download addition is sent to Brisk via the browser extension, the user should be able to specify a directory for all downloads in that list to be...
To maximize download speed at all times, the ultimate solution is to reuse connections that have received their designated bytes and dynamically segment the bytes of other connections. e.g. Connection...
Sometimes, some connections might slow down the download speed. This is especially true when most download connections have been completed and the download might slow down significantly due to the...
This will most likely take a lot of time to implement and this issue merely exists as a reminder to investigate into the implementation details of this feature. It is...
Brisk should be able to create new windows when capturing requests from the browser extension. e.g. When the user adds a chunk of download links to brisk, instead of showing...
Before either adding a download to the list or starting it, Brisk has to check whether or not there is enough free space on the disk and use ```ConfirmationDialog``` to...
To maximize download speed at all times, the ultimate solution is to reuse connections that have received their designated bytes and dynamically segment the bytes of other connections. e.g. Connection...
A custom download progress bar that allows for a more comprehensive look into the download connection progresses (similar to that of IDM). Blocked by #52