fluttercommunity / fluttercommunity/flutter_downloader

openFileFromNotification can't open .docx files

Open
#467 5 comments 3 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
940
Forks
561
Avg merge
1h 18m
Merged PRs (30d)
1

Description

When the download is complete the notification can't open .docx files, only images/videos/audio files.
I didn't try it on PDF files, but i think is the same like .docx files.
of course i have office and google drive installed, and can open it manually.

Here's my code:
```
FlutterDownloader.enqueue(
url: url,
headers: {'Authorization': user.token},
savedDir: localPath,
);
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.