flutter_downloader
flutter_downloader copied to clipboard
Flutter Downloader - A plugin for creating and managing download tasks.
**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** **Screenshots** **Desktop...
Hello. I ran into a problem that Android does not suggest correct apps to open the file with. I believe the problem is in our backend, because the files content-type...
Hi! When i try to dowanload with listen to progress i only get progress: 0, thn some negative value and at the end 100. Nothing in between. What could be...
Hello, I tried to use the documentation configuration for the appDelegate in my native iOS project, however, a lot of errors appear in the IDE, what would be the configuration...
**LoadTasksWithRawQuery not giving proper value** ``` class DownloadHandler { Future download({required String url}) async { try { if (kIsWeb) { await JsProvider().downloadFile(url: url, name: url.split("/").last); } else { PopUpItems().toastMessage("Downloading ...",...
Everytime I try to download using flutter downloader package. Always this error shows up in the condole. "D/DownloadWorker( 2768): Update too frequently!!!!, but it is the final update, we should...
Throws when file already exists after enqueue and there was no task for it before. Maybe do something like showDialog AlertDialog or verify file already downloaded or continue downloading if...
I am using latest version of flutter_downloader (1.7.0). Xcode version 13. its constantly showing No such module 'flutter_downloader' ,I had removed and installed pod-file cleaned whole project. Still issue persist....
Android API 34 **Describe the bug** When I use flutter_downloader to download files in flutter, the following information is displayed in the android emulator ``` W/WindowOnBackDispatcher( 5234): sendCancelIfRunning: isInProgress=falsecallback=io.flutter.embedding.android.FlutterActivity$1@98a3d9 ```...