flutter_cached_video_android 1.0.3 copy "flutter_cached_video_android: ^1.0.3" to clipboard
flutter_cached_video_android: ^1.0.3 copied to clipboard

PlatformAndroid

flutter_cached_video_android is the Android implementation of the flutter_cached_video plugin, supporting video caching up to 512 MB. When the cache limit is exceeded, the oldest videos are removed. B [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_cached_video_android

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

dependencies:
  flutter_cached_video_android: ^1.0.3

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_cached_video_android/flutter_cached_video_android.dart';
0
likes
150
points
96
downloads

Publisher

verified publisherraghavg1999.com

Weekly Downloads

flutter_cached_video_android is the Android implementation of the flutter_cached_video plugin, supporting video caching up to 512 MB. When the cache limit is exceeded, the oldest videos are removed. Built on ExoPlayer, it ensures smooth playback, reduces buffering, and improves offline video performance.

Repository (GitHub)

Topics

#video #video-player

Documentation

API reference

License

MIT (license)

Dependencies

flutter, video_player_platform_interface

More

Packages that depend on flutter_cached_video_android