Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 584 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 584 Bytes

Cached Video Player

A flutter plugin that has been forked from the official video_player package except that it supports caching.

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 Web or Desktop.

Issues

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