flutter_cached_video 1.0.3
flutter_cached_video: ^1.0.3 copied to clipboard
Enhanced video_player with Android caching, supports 512 MB, auto-clears old videos for smooth playback.
Changelog #
All notable changes to this project will be documented in this file.
[1.0.3] - 2025-03-21 #
Fixed #
- Replaced deprecated
buildView
method withbuildViewWithOptions()
for improved compatibility.
[1.0.2] - 2025-03-18 #
🚀 Enhancements #
- Revamped deprecated member functions for better performance and compatibility.
- Enhanced
README.md
with improved instructions and updated API references.