0 purchases
dio plus
Ability to continue downloading interrupted files.
Features #
Downloading files with continuing downloading interrupted files
Getting started #
// ability to continue downloading interrupted files
CustomDio customDio = CustomDio();
copied to clipboard
Usage #
await customDio.download(
'url',
'savePath',
cancelToken: cancelToken,
deleteIfExist: false,
headers: {},
onReceiveProgress: (total, received, chunkSize) {},
);
// to cancel
cancelToken.cancel();
copied to clipboard
Just like that #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.