Skip to content

Fix some little things for CI - #10000

Merged
srawlins merged 1 commit into
flutter:masterfrom
srawlins:little-fixes
Sep 3, 2026
Merged

Fix some little things for CI#10000
srawlins merged 1 commit into
flutter:masterfrom
srawlins:little-fixes

Conversation

@srawlins

@srawlins srawlins commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

DCM discovered that devtools_app_shared no longer depends on the test package, so remove that.

Also internal analyzers are complaining about this final parameter. I think we don't get any warnings locally because the code is not versioned to Dart 3.13, where primary constructors make final non-declaring parameters illegal.

@srawlins
srawlins requested review from a team and kenzieschmoll as code owners September 3, 2026 14:52

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the unused 'test' dependency from 'devtools_app_shared/pubspec.yaml', removes the redundant 'final' keyword from a parameter in 'fake_service_extension_manager.dart', and updates 'pubspec.lock' to include the 'listen' package as a transitive dependency. There are no review comments, so no feedback is provided.

flutter_lints: ^6.0.0
flutter_test:
sdk: flutter
test: ^1.21.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a changelog entry

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for a dev_dependency; shouldn't affect users at all.

@kenzieschmoll kenzieschmoll left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one comment but lgtm

@srawlins
srawlins merged commit fbbca8a into flutter:master Sep 3, 2026
50 of 52 checks passed
@srawlins
srawlins deleted the little-fixes branch September 3, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants