flutter_media_cache 1.0.0
flutter_media_cache: ^1.0.0 copied to clipboard
A powerful Flutter package for caching images and videos with customizable expiration time and automatic cache management.
FlutterMediaCach #
1.0.0 #
- Initial release of Flutter Media Cache
- Image caching with memory and disk storage
- Video caching support
- Automatic cache expiration management
- Configurable cache size and duration
- CachedImage widget for easy image display
- CachedVideo widget for video file access
- Cache management utilities (clear, size check, expired cleanup)
- Full cross-platform support (Android, iOS, Windows, macOS, Linux, Web)
- Web platform support with memory-based caching
- Integration with path_provider_master for directory access
- Platform-specific implementations (IO for native, Web for browsers)