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

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

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';
83
likes
160
points
103
downloads

Publisher

unverified uploader

Weekly Downloads

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