Skip to content

Reformat cached_network_image_platform_interface for the current Dart formatter - #1046

Merged
mvanbeusekom merged 2 commits into
mainfrom
rick/fpl-33-platform-interface-format
Sep 23, 2026
Merged

mvanbeusekom merged 2 commits into
mainfrom
rick/fpl-33-platform-interface-format

Conversation

@rickdijk

Copy link
Copy Markdown
Collaborator

✨ 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.

⤵️ What is the current behavior?

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 as AGENTS.md asks. 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_image workflow.

🤔 Checklist before submitting

  • All projects build
  • Follows style guide lines (code style guide)
  • Relevant documentation was updated
  • Rebased onto current main

🤖 Generated with Claude Code

rickdijk and others added 2 commits September 22, 2026 21:43
…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
mvanbeusekom merged commit ff19251 into main Sep 23, 2026
4 checks passed
@mvanbeusekom
mvanbeusekom deleted the rick/fpl-33-platform-interface-format branch September 23, 2026 06:58
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