Skip to content

feat: add InterlacedProgress handling for progressive jpeg - #997

Open
glemartret wants to merge 3 commits into
Baseflow:mainfrom
glemartret:feature/progressive
Open

glemartret wants to merge 3 commits into
Baseflow:mainfrom
glemartret:feature/progressive

Conversation

@glemartret

@glemartret glemartret commented Dec 26, 2024 •

Copy link
Copy Markdown

⚠️ Requires Baseflow/flutter_cache_manager#478

✨ 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

⤵️ What is the current behavior?

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

  • Check memory efficiency
  • All projects build
  • Follows style guide lines (code style guide)
  • Relevant documentation was updated
  • Rebased onto current develop

@glemartret
glemartret marked this pull request as ready for review May 13, 2025 08:38
@rickdijk

Copy link
Copy Markdown
Collaborator

This repository now uses main as its only branch, so I have retargeted this PR from develop to main. Nothing about the review changes. If GitHub now shows a conflict, a rebase onto main will clear it, and we will follow up on that separately.

@rickdijk
rickdijk changed the base branch from develop to main September 23, 2026 17:50
- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants