media_cache_manager 0.2.2 copy "media_cache_manager: ^0.2.2" to clipboard
media_cache_manager: ^0.2.2 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.2.2

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';
66
likes
120
pub points
76%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

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