feat: add InterlacedProgress handling for progressive jpeg - #997
Open
glemartret wants to merge 3 commits into
Open
glemartret wants to merge 3 commits into
glemartret wants to merge 3 commits into
Conversation
glemartret
marked this pull request as ready for review
May 13, 2025 08:38
glemartret
force-pushed
the
feature/progressive
branch
from
September 21, 2026 12:10
edebc26 to
abc91e0
Compare
Collaborator
|
This repository now uses |
- Updated flutter_cache_manager dependency to version 3.4.5 across multiple pubspec.yaml files. - Added dependency overrides for flutter_cache_manager and related packages to point to feature branches. - Introduced a new ProgressiveContent widget in the example app to demonstrate progressive image loading. - Updated .gitignore files to include additional build artifacts. - Made minor formatting adjustments in pubspec.yaml files for consistency.
… packages - Changed the git URLs for cached_network_image_platform_interface and cached_network_image_web to point to the main cached_network_image repository. - Ensured consistency across multiple pubspec.yaml files.
glemartret
force-pushed
the
feature/progressive
branch
from
September 23, 2026 19:41
f6990af to
1bfd2d8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ 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
This package don't provide interlaced images during the download
🆕 What is the new behavior (if this is a feature change)?
The getFile return each one of the interlaced images in the stream
💥 Does this PR introduce a breaking change?
No
🐛 Recommendations for testing
📝 Links to relevant issues/docs
#43
🤔 Checklist before submitting