fast_download_manager 1.2.0 copy "fast_download_manager: ^1.2.0" to clipboard
fast_download_manager: ^1.2.0 copied to clipboard

A lightweight Flutter package for downloading files with real-time progress tracking.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fast_download_manager

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

dependencies:
  fast_download_manager: ^1.2.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:fast_download_manager/fast_download_manager.dart';
1
likes
160
points
116
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter package for downloading files with real-time progress tracking.

Repository (GitHub)
View/report issues

Topics

#download #downloader #file #flutter

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on fast_download_manager