flutter_cached_network_image
flutter_cached_network_image copied to clipboard
feat: add InterlacedProgress handling for progressive jpeg
⚠️ Requires https://github.com/Baseflow/flutter_cache_manager/pull/478
:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)
This PR Introduces Progressive JPEG loading and prepare the handling of other "progressive" formats
:arrow_heading_down: What is the current behavior?
This package don't provide interlaced images during the download
:new: What is the new behavior (if this is a feature change)?
The getFile return each one of the interlaced images in the stream
:boom: Does this PR introduce a breaking change?
No
:bug: Recommendations for testing
:memo: Links to relevant issues/docs
#43
:thinking: Checklist before submitting
- [ ] Check memory efficiency
- [ ] All projects build
- [ ] Follows style guide lines (code style guide)
- [ ] Relevant documentation was updated
- [ ] Rebased onto current develop