We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e80a37 commit c5ca385Copy full SHA for c5ca385
README.md
@@ -290,6 +290,7 @@ void main() {
290
```dart
291
final taskId = await FlutterDownloader.enqueue(
292
url: 'your download link',
293
+ headers: {}, // optional: header send with url (auth token etc)
294
savedDir: 'the path of directory where you want to save downloaded files',
295
showNotification: true, // show download progress in status bar (for Android)
296
openFileFromNotification: true, // click on notification to open downloaded file (for Android)
0 commit comments