file_download_cache_manager 0.0.1 copy "file_download_cache_manager: ^0.0.1" to clipboard
file_download_cache_manager: ^0.0.1 copied to clipboard

A Flutter plugin for managing file downloads with queue management, priority handling, and caching capabilities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add file_download_cache_manager

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

dependencies:
  file_download_cache_manager: ^0.0.1

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:file_download_cache_manager/file_download_cache_manager.dart';
0
likes
150
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for managing file downloads with queue management, priority handling, and caching capabilities.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter, path_provider

More

Packages that depend on file_download_cache_manager