fluttercommunity / fluttercommunity/flutter_downloader
File is not opening click on notification in android release build
Open
- Dominant language
- Kotlin
- Stars
- 940
- Forks
- 561
- Avg merge
- 1h 18m
- Merged PRs (30d)
- 1
Description
file is not opening when I am clicking on file Notification in release build.
code is below
`await FlutterDownloader.initialize();
final taskId = await FlutterDownloader.enqueue(
url: attachmentModel.link,
fileName: attachmentModel.name,
savedDir: await findLocalPath(),
showNotification: true,
openFileFromNotification: true,
);
FlutterDownloader.open(taskId: taskId);`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.