cache_network_media 0.0.3
cache_network_media: ^0.0.3 copied to clipboard
Cache and display network images, SVGs, and Lottie animations with disk caching and offline support.
0.0.3 #
New Features #
- onTap callback - Added tap gesture support to all media widgets (images, SVG, Lottie)
- GitHub Actions CI - Automated testing, linting, and format checking on every push/PR
Improvements #
- Code Quality - Converted all block comments to Dart doc comments (
///) - Removed Unused Imports - Cleaned up unnecessary
dart:typed_dataimports - Better Linting - Fixed all
flutter analyzewarnings and info messages
Breaking Changes #
- None
0.0.2 #
- Added Swift Package Manager support for iOS
- Added privacy manifest (PrivacyInfo.xcprivacy)
0.0.1 #
- Initial release
- Support for caching network images, SVG graphics, and Lottie animations
- Automatic disk caching with offline support
- Customizable placeholders and error widgets