flutter_downloader
flutter_downloader copied to clipboard
Set showNotification to false does not work in iOS
Hi, Since we do not want to notify user that the video download is finished, when creating download task, showNotification is set to false in this way: FlutterDownloader.enqueue( url: widget.videoUrl, savedDir: saveDir, fileName: videoFilename, showNotification: false); But it does not work.
Steps to reproduce the behavior:
- Open the app, the video starts downloading
- Press the home button to make the app run in the background
- After a while, a notification appears on the top
Seems setting showNotification to false does not work in iOS.
- Device: iPhone 8
- OS: iOS 15.5
- plugin version: 1.7.4
Thanks a lot!