isolated_download_manager 1.0.3 copy "isolated_download_manager: ^1.0.3" to clipboard
isolated_download_manager: ^1.0.3 copied to clipboard

File download manager based on reusable isolates with progress, cancellation, pause and resume

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add isolated_download_manager

With Flutter:

 $ flutter pub add isolated_download_manager

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

dependencies:
  isolated_download_manager: ^1.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:isolated_download_manager/isolated_download_manager.dart';
23
likes
140
pub points
78%
popularity

Publisher

verified publisherstarkdev.org

File download manager based on reusable isolates with progress, cancellation, pause and resume

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

download_task, http

More

Packages that depend on isolated_download_manager