Skip to content

Bump flutter_lints to ^6.0.0 in cached_network_image_platform_interface - #1049

Closed
rickdijk wants to merge 1 commit into
Baseflow:mainfrom
rickdijk:rick/flutter-lints-6-platform-interface
Closed

rickdijk wants to merge 1 commit into
Baseflow:mainfrom
rickdijk:rick/flutter-lints-6-platform-interface

Conversation

@rickdijk

Copy link
Copy Markdown
Collaborator

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Dev dependency bump plus lint fix.

⤵️ What is the current behavior?

Bumping flutter_lints to 6.0.0 (Dependabot #1038) fails flutter analyze with unnecessary_library_name on the package's library directive.

🆕 What is the new behavior (if this is a feature change)?

flutter_lints is ^6.0.0, and the library directive is a bare library; so the library doc comment stays attached. Version bumped to 5.0.2 with a CHANGELOG entry.

💥 Does this PR introduce a breaking change?

No

🐛 Recommendations for testing

Ran locally on Flutter 3.47.4 stable: dart format --set-exit-if-changed, flutter analyze (no issues) and flutter test (all pass). Check that the Analyze job is green on CI.

📝 Links to relevant issues/docs

Supersedes #1038.

🤔 Checklist before submitting

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

🤖 Generated with Claude Code

flutter_lints 6 enables unnecessary_library_name, which failed analyze on
the Dependabot bump. Drop the library name, keeping a bare `library;` so
the library doc comment stays attached.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@rickdijk

Copy link
Copy Markdown
Collaborator Author

Replaced by 1052, same commit, pushed to a Baseflow branch instead of a fork.

@rickdijk rickdijk closed this Sep 23, 2026
@rickdijk
rickdijk deleted the rick/flutter-lints-6-platform-interface branch September 23, 2026 20:22
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.

1 participant