flutter_downloader
flutter_downloader copied to clipboard
Flutter Downloader - A plugin for creating and managing download tasks.
I have lots of errors due to null exceptions. These kinds of mistakes are troublesome for me that app in production. Flutter version: `2.10.0` package version: `1.7.2` ** Errors**: ```...
We have received multiple complaints from our users that the background download doesn't happen on their RealMe devices. It works just fine on all other devices that we have tested,...
flutter - 2.2.1 flutter_downloader: ^1.6.1 issue 1 => once any download failed and retry download using the below code, it fails after 100% download, same issue if we cancel the...
sorry this is not an actual issue, but there's no discussion tab. flutter_downloader is quite slow when downloading large files (e.g 3GB) and it won't use the maximum available internet...
There must be a cancel button in the notification when file is being downloaded.
I got java.net.SocketTimeoutException during downloading the file an. on Android: ``` java.net.SocketTimeoutException: timeout 2020-05-15 10:24:23.852 10660-10973/com.myapp W/System.err: at com.android.okhttp.okio.Okio$3.newTimeoutException(Okio.java:212) 2020-05-15 10:24:23.853 10660-10973/com.myapp W/System.err: at com.android.okhttp.okio.AsyncTimeout.exit(AsyncTimeout.java:250) 2020-05-15 10:24:23.853 10660-10973/com.myapp W/System.err: at...
I am using `flutter_downloader` in conjuction with `flutter_inappwebview` ``` onDownloadStart: (controller, url) async { filePath = (await getExternalStorageDirectory()).path; print("onDownloadStart $url and path $filePath"); final taskId = await FlutterDownloader.enqueue( fileName: "offlineaadhaar.zip",...
I use OneDrive to download files directly. It downloads a ridiculous file instead of the file. I think it is downloading the incoming redirect link to download the file. This...
New File save with Save name in same folder with --> //
Hi, As I understand, bintray is being deprecated, and now since yesterday I cannot build with the plugin because of this. Is there a fix or alternative package to use?...