flutter_app_cache_manager 1.0.1 copy "flutter_app_cache_manager: ^1.0.1" to clipboard
flutter_app_cache_manager: ^1.0.1 copied to clipboard

A comprehensive Flutter cache manager package to cache images, videos, and other files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_app_cache_manager

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

dependencies:
  flutter_app_cache_manager: ^1.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:flutter_app_cache_manager/flutter_app_cache_manager.dart';
0
likes
150
points
61
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter cache manager package to cache images, videos, and other files.

Repository (GitHub)
View/report issues

Topics

#cache #cache-manager #audio-cache #video-cache #image-cache

Documentation

API reference

License

MIT (license)

Dependencies

app_logger_manager, crypto, flutter, flutter_cache_manager, flutter_shared_utilities, http, mime, path, path_provider

More

Packages that depend on flutter_app_cache_manager