downloader_manager 2.5.1
downloader_manager: ^2.5.1 copied to clipboard
downloader_manager es una librería para Dart que te permite gestionar descargas de archivos desde internet de forma sencilla, eficiente y controlada. ¡Automatiza, pausa, reanuda, monitorea y detén des [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add downloader_manager
With Flutter:
$ flutter pub add downloader_manager
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
downloader_manager: ^2.5.1
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:downloader_manager/downloader_manager.dart';