flutter_media_cache 1.0.0 copy "flutter_media_cache: ^1.0.0" to clipboard
flutter_media_cache: ^1.0.0 copied to clipboard

A powerful Flutter package for caching images and videos with customizable expiration time and automatic cache management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_media_cache

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

dependencies:
  flutter_media_cache: ^1.0.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:flutter_media_cache/flutter_media_cache.dart';
1
likes
160
points
153
downloads

Publisher

verified publisherswanflutterdev.com

Weekly Downloads

A powerful Flutter package for caching images and videos with customizable expiration time and automatic cache management.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, http, path_provider_master, video_player

More

Packages that depend on flutter_media_cache