cached_video_player_plus 2.0.0-beta.1 copy "cached_video_player_plus: ^2.0.0-beta.1" to clipboard
cached_video_player_plus: ^2.0.0-beta.1 copied to clipboard

Original video_player plugin with the superpower of caching embedded in Android and iOS.

2.0.0-beta.1 #

BREAKING CHANGES

  • Using flutter_cache_manager for caching and removed all caching related code from this package
  • Using platform specific video_player plugin and removed all video related code from this package

Features

  • feat: added support to invalidate cache if older than a specified duration
  • feat: added support for macOS platform

1.0.1 #

  • fix: compiler linking issues while running on simulator
  • docs: added instructions for web platform

1.0.0 #

  • Initial Stable release