fluttercommunity / fluttercommunity/flutter_downloader
openFileFromNotification can't open .docx files
Open
- 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.