dio_range_download 1.0.1 copy "dio_range_download: ^1.0.1" to clipboard
dio_range_download: ^1.0.1 copied to clipboard

A download tool library that supports resumable downloading and segmented downloading.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dio_range_download

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dio_range_download: ^1.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dio_range_download/dio_range_download.dart';
11
likes
40
pub points
45%
popularity

Publisher

unverified uploader

A download tool library that supports resumable downloading and segmented downloading.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

dio

More

Packages that depend on dio_range_download