flutter_cached_video_android 1.1.2
flutter_cached_video_android: ^1.1.2 copied to clipboard
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
lintOptionswith modernlintblock for better build configuration. - Updated
checker-qualto 3.48.3 anderror_prone_annotationsto 2.36.0 for Media3 1.5.0 compatibility. - Added Gradle build performance optimizations (caching, parallel builds, R8 full mode).
- Upgraded all testing dependencies:
robolectricto 4.13,mockitoto 5.14.2,androidx.testlibraries to latest versions. - Updated
video_player_platform_interfaceto 6.4.0. - Upgraded
pigeonto 26.0.1 for improved code generation.
1.0.3 - 2025-03-18 #
📝 Documentation #
- Updated
pubspec.yamldescription for better readability and consistency. - Removed depreciated member functions
1.0.2 - 2025-03-18 #
📝 Documentation #
- Updated
pubspec.yamlformat for better readability and consistency. - Improved code block formatting and corrected minor documentation errors.