Skip to content

dev: Use a super-parameter in several missed cases#182251

Merged
srawlins merged 4 commits intomasterfrom
use-super-dev
Mar 10, 2026
Merged

dev: Use a super-parameter in several missed cases#182251
srawlins merged 4 commits intomasterfrom
use-super-dev

Conversation

@srawlins
Copy link
Contributor

Work towards dart-lang/sdk#58729

The lint rule will suggest using a super-parameter for a named parameter even if the positional parameters cannot be super-parameters.

I'm not sure why unrelated lines were formatted.

@srawlins srawlins enabled auto-merge February 11, 2026 22:04
Copy link
Contributor

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

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 updates several widget and class constructors across the codebase to use super-parameters. This modernizes the code by simplifying how parameters are passed to superclass constructors. The changes primarily affect the forwarding of key, dartDefine, index, and lineProto parameters. Additionally, some files include minor formatting adjustments.

@srawlins
Copy link
Contributor Author

Friendly ping

@srawlins srawlins added this pull request to the merge queue Mar 10, 2026
Merged via the queue into master with commit cccee58 Mar 10, 2026
154 of 155 checks passed
@srawlins srawlins deleted the use-super-dev branch March 10, 2026 19:02
xxxOVALxxx pushed a commit to xxxOVALxxx/flutter that referenced this pull request Mar 10, 2026
Work towards dart-lang/sdk#58729

The lint rule will suggest using a super-parameter for a named parameter
even if the positional parameters cannot be super-parameters.

I'm not sure why unrelated lines were formatted.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 11, 2026
auto-submit bot pushed a commit to flutter/packages that referenced this pull request Mar 11, 2026
flutter/flutter@195ae7b...3f400d7

2026-03-11 [email protected] Roll Clang to 80743bd43fd5b38fedc503308e7a652e23d3ec93 (flutter/flutter#182919)
2026-03-11 [email protected] Roll Fuchsia Linux SDK from 8C_qfgWgoNhkV0_Mn... to QD887D4OanteB7UKM... (flutter/flutter#183492)
2026-03-11 [email protected] Roll Dart SDK from fecf806be5d0 to 8531f7c2bdae (2 revisions) (flutter/flutter#183489)
2026-03-11 [email protected] [impeller] Use the GLES3 shaders in the embedder if supported (flutter/flutter#180072)
2026-03-11 [email protected] Roll Dart SDK from ae2be9700800 to fecf806be5d0 (1 revision) (flutter/flutter#183482)
2026-03-11 [email protected] Add GLES support for the same pixel formats for copying texture -> buffer as when copying buffer -> texture (flutter/flutter#183428)
2026-03-11 [email protected] Roll Skia from 257d04225d0c to 0cab3e4ee34b (8 revisions) (flutter/flutter#183476)
2026-03-10 [email protected] Fix GitHub workflows to use the `flutteractionsbot` mirror for PR branches. (flutter/flutter#183470)
2026-03-10 [email protected] [material/menu_anchor.dart] Ensure positioned menus always begin animating at the target position (flutter/flutter#182932)
2026-03-10 [email protected] Roll pub packages (flutter/flutter#183467)
2026-03-10 [email protected] Roll Dart SDK from ebef6c849489 to ae2be9700800 (4 revisions) (flutter/flutter#183460)
2026-03-10 [email protected] Roll Skia from 4b35832cc7ea to 257d04225d0c (5 revisions) (flutter/flutter#183457)
2026-03-10 [email protected] dev: Use a super-parameter in several missed cases (flutter/flutter#182251)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
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