flutter_cached_video 1.1.0
flutter_cached_video: ^1.1.0 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.1.0 - 2025-10-10 #
🚀 Major Upgrades #
- Upgraded to Flutter 3.27.0 and Dart SDK 3.6.0 for enhanced performance and latest features.
- Upgraded ExoPlayer (Media3) to 1.5.0 for improved video playback and stability.
- Updated Android Gradle Plugin to 8.7.2 and Gradle to 8.11.1 for modern Android build tooling.
- Upgraded Java compatibility from 11 to 17 (LTS) for better performance and modern language features.
- Upgraded Kotlin to 2.1.0 for latest language features and compiler improvements.
- Updated all platform dependencies:
video_player_avfoundationto 2.8.4,video_player_webto 2.4.0, andvideo_player_platform_interfaceto 6.4.0. - Refreshed all testing dependencies to latest stable versions for improved test reliability.
1.0.3 - 2025-03-21 #
Fixed #
- Replaced deprecated
buildViewmethod withbuildViewWithOptions()for improved compatibility.
1.0.2 - 2025-03-18 #
🚀 Enhancements #
- Revamped deprecated member functions for better performance and compatibility.
- Enhanced
README.mdwith improved instructions and updated API references.