flutter_video_cache 0.1.8
flutter_video_cache: ^0.1.8 copied to clipboard
A Flutter plugin that enables video caching and offline playback alongside the video_player package. Supports downloads, playback from cache, and progress tracking.
0.1.0 #
- First public release with stable API
- Added CacheControlButton widget for easy UI integration
- Enhanced download progress tracking and error handling
- Improved video file path resolution for cached content
- Fixed issues with downloading multiple videos simultaneously
- Added comprehensive documentation and examples
0.0.1 #
- Initial release of the video_cache plugin (pre-release)
- Support for caching videos using ExoPlayer on Android
- Added API for downloading, tracking progress, and managing cached videos
- Implemented VideoPlayerController extension for easier integration with video_player