lilian_cached_network_image 1.0.1
lilian_cached_network_image: ^1.0.1 copied to clipboard
A Flutter package for caching network images.
1.0.1 #
- Update pubspec.yaml
1.0.0 #
- Initial release of
lilian_cached_network_image. - Hybrid caching strategy: SQLite blobs for small images (≤ 50KB) and file system for larger ones.
- Built-in shimmer loading effects.
- Smooth fade-in transitions.
- Customizable placeholder and error widgets.
- Multi-platform support (Mobile, Desktop, and Web).