flutter_cached_video_player_plus 2.0.5 flutter_cached_video_player_plus: ^2.0.5 copied to clipboard
A new flutter plugin that is virtually a clone of official video_player plugin except that it supports caching( Android and iOS)
1.0.0 #
- Initial Release
1.0.1 #
- Added example code.
1.0.2 #
- Added description
1.0.2+1 #
- Fixed minor bug
1.0.2+2 #
- Made SimpleCache singleton thread safe
1.0.3 #
- Support iOS
2.0.0-dev.1 #
- Based on video_player 2.1.1
2.0.1 #
- Change back to
CachedVideoPlayer
namespace.
2.0.2 #
- Fix some issues reported on Github.
2.0.3 #
- Add example and increase pub score.
2.0.4 #
- Preserve headers when using KTVHTTPCache
- Skip caching in iOS if formatHint is
hls
- Update exoplayer dependencies and replace deprecations
2.0.5 #
- Sync official [Video Player] Plugin.