fluttercommunity / fluttercommunity/flutter_downloader
Sugestion: displayName in notification on download
Open
- Dominant language
- Kotlin
- Stars
- 940
- Forks
- 561
- Avg merge
- 1h 18m
- Merged PRs (30d)
- 1
Description
My sugestion is add displayName option in this part of code:
`downloadTaskId.value = await FlutterDownloader.enqueue(
url: state.videoUrl!,
savedDir: dir.path,
fileName: 'namefile',
showNotification: true,
openFileFromNotification: false,
saveInPublicStorage: false,
);`, because I don't wanna show for my user the filename on title of notification
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.