flutter_download_manager 0.5.0 copy "flutter_download_manager: ^0.5.0" to clipboard
flutter_download_manager: ^0.5.0 copied to clipboard

outdated

Flutter Download Manager is a Cross-Platform file downloader with Parallel and Batch Download support. Manage download tasks by url and be notified of status and their progress. Pause, Cancel, Queue a [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_download_manager

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

dependencies:
  flutter_download_manager: ^0.5.0

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_download_manager/flutter_download_manager.dart';
64
likes
0
pub points
92%
popularity

Publisher

verified publishernabilmh.com

Flutter Download Manager is a Cross-Platform file downloader with Parallel and Batch Download support. Manage download tasks by url and be notified of status and their progress. Pause, Cancel, Queue and Resume Downloads.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter

More

Packages that depend on flutter_download_manager