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

**Describe the bug** I'm working on application that connect to a device using WiFi. In this case the wifi has no internet connection and is a local network. I need...

bug

I initialize on main.dart the plugin. In a streamstore I create the receivePort and IsolateNameServer. After that add the listen of port and add registercallback above. In 1.11.8 was working,...

bug

Our app got crash event logged. Device: iPhone 15 Pro Max stack trace file: [stacktrace.txt](https://github.com/user-attachments/files/18159964/stacktrace.txt) issue happend inside FlutterDownloaderIsolate

bug

Hey, I tried to download files by this package. Is not a problem for iOS, but for Android 13+ downloading doesn't start (stuck on enqueue status). I changed `Permission.storage.request();` to...

bug

My sugestion is add displayName option in this part of code: `downloadTaskId.value = await FlutterDownloader.enqueue( url: state.videoUrl!, savedDir: dir.path, fileName: 'namefile', showNotification: true, openFileFromNotification: false, saveInPublicStorage: false, );`, because I...

is good with android > 10 , with android 10 no listener working and download bar is not showing , no any thing work no any bugs to known what...

in 1.11.8 version and flutter 3.24, I have the problem with initialize download, and when I close the app, the download is canceled. I'm testing on my device, it's used...

bug

**Describe the bug** FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugMainManifest'. > com.android.manifmerger.ManifestMerger2$MergeFailureException: Error parsing /Users/ferminsalcedo/Projects/Flutter/sdc_mobile/android/app/src/main/AndroidManifest.xml BUILD FAILED in 4s Error: Gradle task...

bug

Work [ id=e1c3c953-0b9c-440b-8f99-c5b16239e8ec, tags={ vn.hunghd.flutterdownloader.DownloadWorker, flutter_download_task } ] was cancelled I/WM-WorkerWrapper(26420): java.util.concurrent.CancellationException: Task was cancelled. I/WM-WorkerWrapper(26420): at androidx.work.impl.utils.futures.AbstractFuture.cancellationExceptionWithCause(AbstractFuture.java:1183) I/WM-WorkerWrapper(26420): at androidx.work.impl.utils.futures.AbstractFuture.getDoneValue(AbstractFuture.java:513) I/WM-WorkerWrapper(26420): at androidx.work.impl.utils.futures.AbstractFuture.get(AbstractFuture.java:474) I/WM-WorkerWrapper(26420): at androidx.work.impl.WorkerWrapper$2.run(WorkerWrapper.java:316) I/WM-WorkerWrapper(26420): at androidx.work.impl.utils.SerialExecutorImpl$Task.run(SerialExecutorImpl.java:96)...

bug

**Description**: When using the flutter_downloader package (version 1.11.8) in my Flutter project, the app fails to build. The error occurs during the :app:processDebugMainManifest task, indicating an issue with parsing the...

bug