- Update flutter cache manager dependency and other pub dependencies
- Fix issues with file package conflicting with dart io.
- Update with flutter cache manager dependency and
CachedNetworkImage
. Introduces breaking api changes.
- Release to Pub
- Removed included octo_image library.
- Prevent unnecessary downloads from happening by caching the image from the original url and resizing it for different sizes.
- Syncing changes with Cached Network Image
- Fix open socket issue in compression library and allow debug mode.
- Fixed an issue around compression error handling
- Fix issue with stream closure, causing some stream to remain open.
- Revert to original file when compression fails.
- Migrate to latest apis in cache manager dependency. Now the stream fetching is done by default instead of via flag.
- Fix transparency/image format issues.
- Fix dependency version breaking change in flutter cache library.
- Add style fixes
- Add experimental support for streamed downloading via
useHttpStream
flag which further reduces the memory footprint.
- Minor lint issues and formatting patched.
- Fixed issue faced while specifying custom width and height.
- Readme updated.
- Minor lint issues and formatting patched.
- Updated examples.
- Minimalist/Core functionality of the library and health fixes.
- Minimalist/Core functionality of the library.