fluttercommunity / fluttercommunity/flutter_downloader
Download not starting
Open
bug
- Dominant language
- Kotlin
- Stars
- 940
- Forks
- 561
- Avg merge
- 1h 18m
- Merged PRs (30d)
- 1
Description
String? taskId = await FlutterDownloader.enqueue(
url: url,
fileName: fileName.mp4 ,
savedDir: localStoragePath,
showNotification: true,
openFileFromNotification: false,
);
It returns the taskId. After that, nothing happens. There is not log of DownloadWorker.
any one please help me
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.