fluttercommunity / fluttercommunity/flutter_downloader
Can't resume??
Open
bug
- Dominant language
- Kotlin
- Stars
- 940
- Forks
- 561
- Avg merge
- 1h 18m
- Merged PRs (30d)
- 1
Description
After pause, I resume again the download, but it didn't work
Code
` void resume(Download download) async {
final taskId = await FlutterDownloader.resume(taskId: download.taskId!);
}`
Message output when resume
`not found partial downloaded data, this task cannot be resumed`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.