isolated_download_manager 1.0.3 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';