media_cache_manager 0.3.0 copy "media_cache_manager: ^0.3.0" to clipboard
media_cache_manager: ^0.3.0 copied to clipboard

This package helps you to cache media (Audio, Video, Image, etc...).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add media_cache_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:
  media_cache_manager: ^0.3.0
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:media_cache_manager/media_cache_manager.dart';
copied to clipboard
83
likes
160
points
98
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

This package helps you to cache media (Audio, Video, Image, etc...).

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

aes_crypt_null_safe, dio, flutter, get_storage, path_provider

More

Packages that depend on media_cache_manager