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

Flutter Download Manager is a Cross-Platform file downloader with resumeable, parallel and batch Download support. Also be notified of download status and progress updates

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_download_manager
copied to clipboard

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

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';
copied to clipboard
70
likes
130
points
4.44k
downloads

Publisher

verified publishernabilmh.com

Weekly Downloads

2024.10.07 - 2025.04.21

Flutter Download Manager is a Cross-Platform file downloader with resumeable, parallel and batch Download support. Also be notified of download status and progress updates

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, dio, flutter

More

Packages that depend on flutter_download_manager