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

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 Dart:

 $ dart pub add flutter_cached_video_android

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 dart pub get):

dependencies:
  flutter_cached_video_android: ^1.1.0

Alternatively, your editor might support dart pub get or 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
0
points
108
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)
View/report issues

Topics

#video #video-player

License

unknown (license)

Dependencies

flutter, video_player_platform_interface

More

Packages that depend on flutter_cached_video_android

Packages that implement flutter_cached_video_android