dio_plus

Creator: coderz1093

Last updated:

0 purchases

dio_plus Image
dio_plus Images

Languages

Categories

Add to Cart

Description:

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 #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.