fluttercommunity / fluttercommunity/flutter_downloader

File is not opening click on notification in android release build

Open
#146 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.