flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

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

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

Ignore previous comments. Failure causes: 1. The cause of the failure was the creation of two FlutterDownloaderPlugin, main plugin and background isolate plugin. Since `dispatch_queue_t databaseQueue` is instance object, two...

Hello! I was wondering if it's possible to add a **custom message** feature for the notification, that we can set on the 'enqueue' method, so that the notification shows that...

feature request

hi, it seems the library cannot download if the image doesnt contains any extension. please check ths url https://d24z2kgtjpdfo.cloudfront.net/eyJidWNrZXQiOiJkaWV0a2luZy1wcm9kdWN0aW9uLWFwLW5vcnRoZWFzdC0yIiwia2V5IjoiUG9zdC9pbWFnZWltYWdlY3JvcHBlcjE2ODM1NTY1OTgwMDhqcGctMTY4MzU1NjYwNDg0Ni5qcGciLCJlZGl0cyI6eyJjb250ZW50TW9kZXJhdGlvbiI6eyJtaW5Db25maWRlbmNlIjo3NSwiYmx1ciI6ODB9fX0= can somebody enlightning me?

bug

I'm using the [flutter_inappwebview][1] package to display web content within my app. I've run into an issue where I'm unable to download files from within the webview. When detecting `onDownloadStartRequest`,...

bug

**_This is manifest file_** **This is build gradle** def localProperties = new Properties() def localPropertiesFile = rootProject.file('local.properties') if (localPropertiesFile.exists()) { localPropertiesFile.withReader('UTF-8') { reader -> localProperties.load(reader) } } def flutterRoot =...

bug

**Describe the bug** Compile error in v1.10.3 after upgrade from v1.10.2: ``` Error: The argument type 'void Function(String, DownloadTaskStatus, int)' can't be assigned to the parameter type 'void Function(String, int,...

bug

Build get stucked when installing this plugin into the application and app get stucked at Splash. Have tried on two different machines, same problem. Ultimately have to install the Xcode...

When the download is complete the notification can't open .docx files, only images/videos/audio files. I didn't try it on PDF files, but i think is the same like .docx files....

Android issue: ``` FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * Where: Build file 'C:\Users\Dell\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_downloader-1.10.4\android\build.gradle' line: 30 * What went wrong: A problem occurred...

bug

Trying to build and install iOS flutter project. On install I receive the following error ``` Syncing files to device STPhone (2)... *** Assertion failure in -[FlutterDownloaderPlugin startBackgroundIsolate:], FlutterDownloaderPlugin.m:144 ***...

bug