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

I am running the example code on android 10 (physical device), it is working properly when starting, but after I paused it, I cannot re-download any way. Then I tested...

After pause method the download process gets CancellationException. The task will get paused anyway, but I can't resume the task. After resume method call I always get "not found partial...

My app is using firebase crashlytics which provide this issue with a stack trace: Crashed: NSOperationQueue 0x129d86d20 (QOS: UNSPECIFIED) 0 libdispatch.dylib 0x1861cd8c4 _dispatch_sync_f + 4 1 flutter_downloader 0x101845530 -[FlutterDownloaderPlugin URLSession:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:]...

I've an issue when downloading file : sometimes i got in my logcat (not into the running console) ```bash 2020-06-10 14:29:25.350 17502-17515/android.process.media E/SQLiteDatabase: Error inserting bucket_id=1424065491 date_modified=1591792165 datetaken=1591792165348 bucket_display_name=packages parent=58...

issue: Update too frequently!!!!, this should be dropped detals log: W/WM-WorkSpec(12325): Backoff delay duration less than minimum value I/flutter (12325): value after enqueue is 3dcfe547-8645-4e1f-96e1-8be023c7c811 D/DownloadWorker(12325): DownloadWorker{url=https://ncip.scdwapps.com/uploads/files/Downloads/NCAP-Bond-Factsheet.pdf,filename=null,savedDir=/storage/emulated/0/Android/data/com.spiralclick.ncap.ncap/files,header=,isResume=false,status=1 D/DownloadWorker(12325): Update notification:...

Trying to download an apk but facing null pointer exception but downloading all other files(pdf, jpg,mp4) is working perfectly. Device details Redmi 9 power MIUI version - MIUI Global 12.0.8...

Hi, cannot download files bigger than 1mb size on Android. Getting this error: ``` E/MethodChannel#vn.hunghd/downloader( 8374): Failed to handle method call E/MethodChannel#vn.hunghd/downloader( 8374): java.lang.IllegalStateException: Data cannot occupy more than 10240...

For some situation, app download image or video but not intended to add to gallery, can make this a config for task? https://github.com/fluttercommunity/flutter_downloader/blob/f5a7b0acb5f8c43f77d2375d0f6e13fa35cc14f8/android/src/main/java/vn/hunghd/flutterdownloader/DownloadWorker.java#L421

Am facing problem with this package. I tried to download large file that takes more than ten minutes. After ten minutes exactly application cancel the download process and restart again.

Fatal Exception: java.lang.UnsatisfiedLinkError: No implementation found for io.flutter.view.FlutterCallbackInformation io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation(long) (tried Java_io_flutter_embedding_engine_FlutterJNI_nativeLookupCallbackInformation and Java_io_flutter_embedding_engine_FlutterJNI_nativeLookupCallbackInformation__J) at io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation(FlutterJNI.java) at io.flutter.view.FlutterCallbackInformation.lookupCallbackInformation(FlutterCallbackInformation.java:28) at vn.hunghd.flutterdownloader.DownloadWorker.startBackgroundIsolate(DownloadWorker.java:129) at vn.hunghd.flutterdownloader.DownloadWorker.access$000(DownloadWorker.java:67) at vn.hunghd.flutterdownloader.DownloadWorker$1.run(DownloadWorker.java:111) at android.os.Handler.handleCallback(Handler.java:789) at android.os.Handler.dispatchMessage(Handler.java:98) at android.os.Looper.loop(Looper.java:164) at...