flutter_cached_video_android 1.1.2 copy "flutter_cached_video_android: ^1.1.2" to clipboard
flutter_cached_video_android: ^1.1.2 copied to clipboard

PlatformAndroid

flutter_cached_video_android is the Android implementation of the flutter_cached_video plugin, supporting video caching up to 512 MB. When the cache limit is exceeded, the oldest videos are removed. B [...]

Changelog #

All notable changes to this project will be documented in this file.

1.1.2 - 2025-10-10 #

🔧 Fixes #

  • Fixed NullPointerException in Gradle configuration
  • Improved Flutter SDK detection to check local.properties first, then environment variable, then fallback path
  • Made Flutter JAR dependency conditional - only added if file exists
  • Enhanced build compatibility for different development environments

1.1.1 - 2025-10-10 #

🔧 Fixes #

  • Fixed Gradle build configuration for standalone compilation
  • Added Flutter embedding and AndroidX annotation dependencies to build.gradle
  • Disabled test and lint tasks for missing test files
  • Set lint abortOnError to false for better build compatibility

1.1.0 - 2025-10-10 #

🚀 Major Upgrades & Improvements #

  • Upgraded ExoPlayer (Media3) to 1.5.0 for enhanced video playback performance and stability.
  • Updated Android Gradle Plugin to 8.7.2 and Gradle to 8.11.1 for modern 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.
  • Replaced deprecated lintOptions with modern lint block for better build configuration.
  • Updated checker-qual to 3.48.3 and error_prone_annotations to 2.36.0 for Media3 1.5.0 compatibility.
  • Added Gradle build performance optimizations (caching, parallel builds, R8 full mode).
  • Upgraded all testing dependencies: robolectric to 4.13, mockito to 5.14.2, androidx.test libraries to latest versions.
  • Updated video_player_platform_interface to 6.4.0.
  • Upgraded pigeon to 26.0.1 for improved code generation.

1.0.3 - 2025-03-18 #

📝 Documentation #

  • Updated pubspec.yaml description for better readability and consistency.
  • Removed depreciated member functions

1.0.2 - 2025-03-18 #

📝 Documentation #

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

1.0.1 - 2025-03-18 #

📝 Documentation #

  • Updated README.md format for better readability and consistency.

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.
0
likes
150
points
163
downloads

Publisher

verified publisherraghavg1999.com

Weekly Downloads

flutter_cached_video_android is the Android implementation of the flutter_cached_video plugin, supporting video caching up to 512 MB. When the cache limit is exceeded, the oldest videos are removed. Built on ExoPlayer, it ensures smooth playback, reduces buffering, and improves offline video performance.

Repository (GitHub)
View/report issues

Topics

#video #video-player

Documentation

API reference

License

MIT (license)

Dependencies

flutter, video_player_platform_interface

More

Packages that depend on flutter_cached_video_android

Packages that implement flutter_cached_video_android