morpheme_cached_network_image 3.3.0
morpheme_cached_network_image: ^3.3.0 copied to clipboard
Flutter library to load and cache network images. Can also be used with loading and error widgets.
3.3.0 #
- chore(morpheme_cached_network_image): bump version to 3.3.0 and update dependencies; add fade transition feature for image loading
3.2.0 #
- feat(morpheme_cached_network_image): add clearExpiredImage method to remove expired images from cache
3.0.0 #
- minimum flutter 3.29
- update webHtmlElementStrategy
2.1.0 #
- component morpheme cached network image support for web
2.0.0 #
- bump flutter version minimal 3.24.0
- change local storage hive to objectbox
- update docs README.md
1.1.3 #
- fixing MorphemeCachedNetworkImage when cacheWidth or cacheHeight is zero
1.1.2 #
- fixing MorphemeCachedNetworkImage when cacheWidth or cacheHeight is zero
1.1.1 #
- fixing widget shimmer and wrap image with sizedbox
1.1.0 #
- add set default for cacheWidth and cacheHeight for optimize the render image
1.0.3 #
- bump http to 1.2.1
1.0.2 #
- fix bad state after widget dispose
- add example
1.0.1 #
- update documentation and homepage link.
1.0.0 #
- Initial Open Source release.