flutter_cached_video 1.1.1 copy "flutter_cached_video: ^1.1.1" to clipboard
flutter_cached_video: ^1.1.1 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.1 - 2025-10-10 #

πŸ“– Documentation & Configuration #

  • Enhanced README with comprehensive platform setup instructions
  • Added detailed Android network security configuration for caching (localhost cleartext traffic)
  • Added extensive video format support tables for Android (ExoPlayer Media3), iOS/macOS (AVPlayer), and Web
  • Included browser compatibility matrix for web video formats
  • Added recommended video format specifications for maximum cross-platform compatibility
  • Improved visual appeal with tables, emojis, and better structure
  • Added real-world use cases and comparison with other packages
  • Updated dependency to flutter_cached_video_android: ^1.1.2

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_avfoundation to 2.8.4, video_player_web to 2.4.0, and video_player_platform_interface to 6.4.0.
  • Refreshed all testing dependencies to latest stable versions for improved test reliability.

1.0.3 - 2025-03-21 #

Fixed #

  • Replaced deprecated buildView method with buildViewWithOptions() 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.

1.0.1 - 2025-03-18 #

πŸ“ Documentation #

  • Updated README.md format for better readability and consistency.
  • Improved code block formatting and corrected minor documentation errors.

1.0.0 - 2025-03-18 #

πŸŽ‰ Initial Release #

  • Added support for video caching up to 512 MB.
  • Implemented automatic cache management and seamless video playback.
  • Integrated with flutter_cached_video to provide seamless Android support.