optimized_cached_image 0.1.14 optimized_cached_image: ^0.1.14 copied to clipboard
A library for loading images from network, resizing as per container size and caching while being memory sensitive.
0.1.14 #
- Fix open socket issue in compression library and allow debug mode.
0.1.13 #
- Fixed an issue around compression error handling
0.1.12 #
- Fix issue with stream closure, causing some stream to remain open.
0.1.11 #
- Revert to original file when compression fails.
0.1.10 #
- Migrate to latest apis in cache manager dependency. Now the stream fetching is done by default instead of via flag.
0.1.9 #
- Fix transparency/image format issues.
0.1.8 #
- Fix dependency version breaking change in flutter cache library.
0.1.7 #
- Add style fixes
0.1.6 #
- Add experimental support for streamed downloading via
useHttpStream
flag which further reduces the memory footprint.
0.1.5 #
- Minor lint issues and formatting patched.
0.1.4 #
- Fixed issue faced while specifying custom width and height.
0.1.3 #
- Readme updated.
0.1.2 #
- Minor lint issues and formatting patched.
0.1.1 #
- Updated examples.
0.1.0 #
- Minimalist/Core functionality of the library and health fixes.
0.0.1 #
- Minimalist/Core functionality of the library.