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
copied to clipboard

With Flutter:

 $ flutter pub add isolated_download_manager
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
28
likes
160
points
604
downloads

Publisher

verified publisherstarkdev.org

Weekly Downloads

2024.10.08 - 2025.04.22

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

download_task, http

More

Packages that depend on isolated_download_manager