Go to file
ayub 8a0a371d4c init 2025-09-06 18:25:28 +07:00
android init 2025-09-06 18:25:28 +07:00
example init 2025-09-06 18:25:28 +07:00
ios init 2025-09-06 18:25:28 +07:00
lib init 2025-09-06 18:25:28 +07:00
pigeons init 2025-09-06 18:25:28 +07:00
.DS_Store init 2025-09-06 18:25:28 +07:00
CHANGELOG.md init 2025-09-06 18:25:28 +07:00
LICENSE init 2025-09-06 18:25:28 +07:00
README.md init 2025-09-06 18:25:28 +07:00
analysis_optios.yaml init 2025-09-06 18:25:28 +07:00
pubspec.yaml init 2025-09-06 18:25:28 +07:00

README.md

Cached Video Player

A flutter plugin that has been forked from the official video_player package except that it supports caching in Android and iOS. Web plugin will work like official video_player i.e. without caching support.

Installation

First, add cached_video_player as a dependency in your pubspec.yaml file.

Follow the Android and iOS configuration steps of the official video_player package. This plugin won't work in Desktop.

Issues

  • maxFileSize and maxCacheSize are hardcoded at 100MiB and 1GiB respectively in Android.

Contributors