cached_video_player_plus 3.0.1
cached_video_player_plus: ^3.0.1 copied to clipboard
Original video_player plugin with the superpower of caching embedded in Android, iOS and macOS.
3.0.1 #
BREAKING CHANGES
- Using plugin specific cache manager from
flutter_cache_manager - Using plugin specific
get_storagecontainer for storing cache information
Features
- feat: added cache removal support using static method or instance method. Thanks @chorauoc
- feat: option to
skipCachewhen initializing the player. Thanks @chorauoc
Chores
- chore: updated all dependencies to latest versions
- chore: updated shared code from
video_playerplugin
2.0.0 #
BREAKING CHANGES
- Using
flutter_cache_managerfor caching and removed all caching related code from this package - Using platform specific
video_playerplugin asdefault_packageand 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
macOSplatform
1.0.1 #
- fix: compiler linking issues while running on simulator
- docs: added instructions for web platform
1.0.0 #
- Initial Stable release