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've added as per this #249 I've added all params. I want to download this to internal storage. My code is var localPath = await getApplicationDocumentsDirectory(); // /data/user/0/com.example.app/app_flutter var fileName...

bug

When downloading a gzip file with a response containing `Content-Encoding=gzip`, the file is uncompressed automatically on Android. However, that does not seem to be the case on iOS. On iOS,...

bug

Flutter: 1.12.13+hotfix.8 IDE: VSCode How to check if the plugin is already initialize? I have read about #154 but I cannot get how to do it. I have a screen...

I'm trying to download files from my webserver, there is required authorization, so I'm sending an authorization header, like so ``` task.taskId = await FlutterDownloader.enqueue( url: task.link!, headers: {'authorization': '[Bearer...

bug

Hi, cheers for your work on doing this library, it's working like a charm. What I'm missing is error handling. Can't see any option to handle HTTP errors, unresolved hosts...

in ios i have download video file but it open file after successfully download.

It was working fine until I upgrade the plugin from 1.9.1 to 1.10.0 final completedTask = await FlutterDownloader.loadTasksWithRawQuery( query: 'SELECT * FROM task WHERE status = 3');

bug

Adds a option to give the download a readable display name. For now only used for notification title in android.

I just started using flutter and tried the file download feature using the flutter_downloader plugin. When this plugin is used and there is internet access, the feature runs. But when...

+ Use the correct data type to evaluate the error codes when opening the SQLite database.