|
|
||
|---|---|---|
| android | ||
| example | ||
| ios | ||
| lib | ||
| pigeons | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| analysis_optios.yaml | ||
| pubspec.yaml | ||
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
maxFileSizeandmaxCacheSizeare hardcoded at 100MiB and 1GiB respectively in Android.