flutter_downloader
flutter_downloader copied to clipboard
Flutter Downloader - A plugin for creating and managing download tasks.
Hello - I'm honestly not sure if this is an issue or by design. I'm running into an issue with accessing a file that requires authentication first. I'm using flutter_inappwebview...
Hey, i have seen one issue when we terminate the app during download process, the crash is seen reason the code written in applicationWillTerminate function line 856. databaseQueue = nil;...
 as the shown above... i do set true for the openFileFromNotification. but still i can't opened my file. please help me... and how can i handle if my download...
I am getting issues while downloading videos from the server. I had given the path for Android as (`/storage/emulated/0/Movies/MyApp`) but It's downloading video in the "Download" folder only. Here is...
Download APK using flutter_downloader was not initiating APK installation. As mime type was setting wrong in case of APK. So Adding option to pass mime type while enqueuing download task.
At present, the notification panel on Android shows either the URL or filename of the file being downloaded. These values are not always very useful friendly, so I have added...
In Android, it seems that the callback registered by FlutterDownloader.registerCallback method does not work with enqueue, resume and retry. Because [sendUpdateProgress](https://github.com/fluttercommunity/flutter_downloader/blob/e3443037be61fb87f455c6a5d5567124b237b91a/android/src/main/java/vn/hunghd/flutterdownloader/FlutterDownloaderPlugin.java#L139) does not work due to there is no handler...
Clean up API
This PR changes none of the functionality of this package, only the API itself. Now, there exist `DownloadTask`s that encapsulate all actions related to a specific download. `DownloadTask`s are also...
On iOS the path represented by NSDocumentDirectory changes with every startup. Per Apple documentation, one should therefore never store the entire path, only the relative portion (that follows the NSDocumentDirectory)....