feat: support material ui - #1035
Merged
Merged
Conversation
mvanbeusekom
requested changes
Aug 26, 2026
mvanbeusekom
left a comment
Member
There was a problem hiding this comment.
Looks good, just a question on the pubspec_overrides.yaml file.
Member
|
Thank you very much for the PR. It has been merged and published, the new version of the different packages should now be available. |
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...)
Breaking change / feature — major version bump to add Wasm compatibility via
material_ui, plus test and analyzer fixes.Images breaking on the first load or when trying to retrieve them from the cache in Flutter 3.47.0.
🆕 What is the new behavior (if this is a feature change)?
flutter/material.dartwithmaterial_uiacross all packages (cached_network_image,cached_network_image_platform_interface,cached_network_image_web) for improvedWasm compatibility
>=3.44.0and Dart^3.12.0createImageCodecFromUrlin the web package (web implementation vs. VM stub) so tests compile and run on the VManalysis_options.yamlFakeTickertest helper with theforceFramesproperty required by newer Flutter versionspubspec_overrides.yamlfor local monorepo developmentVersion bump:
| Package | Previous | New |
|---------|----------|-----|
|
cached_network_image| 3.4.1 | 4.0.0 ||
cached_network_image_web| 1.3.1 | 2.0.0 ||
cached_network_image_platform_interface| 4.1.1 | 5.0.0 |💥 Does this PR introduce a breaking change?
Yes.
>=3.44.0and Dart^3.12.0(viamaterial_uidependency)material_uias a direct dependency in all packagesCachedNetworkImage, callbacks, etc.) remains unchanged, but consumers on Flutter<3.44cannot resolve dependencies with the new versionsRelease order on pub.dev:
cached_network_image_platform_interface5.0.0cached_network_image_web2.0.0cached_network_image4.0.0🤔 Checklist before submitting