# flutter_cached_video_player **Repository Path**: leetomlee123/flutter_cached_video_player ## Basic Information - **Project Name**: flutter_cached_video_player - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-23 - **Last Updated**: 2021-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cached Video Player A flutter plugin that has been forked from the official [video_player](https://pub.dev/packages/video_player) package except that it supports caching. ## Installation First, add `cached_video_player` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). Follow the Android and iOS configuration steps of the official [video_player](https://pub.dev/packages/video_player#installation) package. This plugin won't work in Web or Desktop. ### Issues * `maxFileSize` and `maxCacheSize` are hardcoded at 100MiB and 1GiB respectively in Android. ### Contributors * [Vikram Pratap Singh](https://github.com/vikram25897) * [EnderTan](https://github.com/EnderTan)