Reformat cached_network_image_platform_interface for the current Dart formatter - #1046
Merged
Merged
Conversation
…t formatter Pure `dart format .` output from Dart 3.13.2 (Flutter 3.47.2 stable), with no hand edits. The CI Format job runs `dart format --set-exit-if-changed .` on this package and fails on main since the formatter moved to the tall style. Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
mvanbeusekom
approved these changes
Sep 23, 2026
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...)
Bug fix (CI). Pure reformat of
cached_network_image_platform_interface, plus a patch bump.The workflows install whatever Flutter stable is current, and the formatter's style changed, so the Format job fails on
main: https://github.com/Baseflow/flutter_cached_network_image/actions/runs/35819341368🆕 What is the new behavior (if this is a feature change)?
dart format .output from Dart 3.13.2 (Flutter 3.47.2 stable), with no hand edits, in its own PR asAGENTS.mdasks. Version 5.0.0 → 5.0.1, with a CHANGELOG entry.💥 Does this PR introduce a breaking change?
No
🐛 Recommendations for testing
Ran locally:
dart format --set-exit-if-changed .,flutter analyze(no issues),flutter test(1 passed). On CI, check that Format now passes; Analyze and Unit-tests already pass.📝 Links to relevant issues/docs
Companion to PR 1045, which fixes the
cached_network_imageworkflow.🤔 Checklist before submitting
🤖 Generated with Claude Code