flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

Flutter Downloader - A plugin for creating and managing download tasks.

Results 216 flutter_downloader issues
Sort by recently updated
recently updated
newest added

Is is possible to add optional encryption on downloaded file?

+ Add `allowCellular` flag to the `enqueue` that defaults to `true` + Add separate `NSURLSession` on iOS that sets `allowsCellularAccess` false in its configuration + Schedule download requests with one...

Hi there, I updated my flutter Beta from 3.1.0-9.0.pre to channel Beta 3.3+ and suddenly my app is crashing when using isolates. You could reproduce the error following the issue...

bug

I'm using flutter_downloader 1.7.0. On android 10 targetting API 30, i cannot open file from notification after completed download a file. The downloaded file is pretty good, i can open...

The notification stuck in progress status, in other way it not detect that the download is finished. with this change it work perfectly now.

1. Android下载完成后, 解析包出现问题 https://msk-1304351786.cos.ap-shanghai.myqcloud.com/APP/%E7%A0%81%E8%B5%9B%E5%AE%A21.0.5.apk

bug

I followed the setup instructions exactly. I'm starting downloads from a method like so, which does show progress in the callback (exactly as in the docs): ``` Future startDownload(String url)...

I have to display some another things if file in download or failed. when file download successfully shows file name in notification, but file under download process or file download...

bug

I am in the process of converting the iOS plugin to Swift. As part of this process there's a couple proposals I would like to make. 1) Move the database...