Reformat all code with recent Flutter/Dart SDK#9871
Conversation
There was a problem hiding this comment.
Code Review
This pull request consists of formatting and style adjustments across multiple packages in the repository, including devtools_app_shared, devtools_extensions, devtools_shared, devtools_test, and repository tools. The changes primarily involve line wrapping, list formatting, and indentation adjustments to align with the Dart formatter. There are no functional code changes, and no review comments were provided for assessment.
bkonyi
left a comment
There was a problem hiding this comment.
LGTM, assuming there's no more formatting changes that are going to land in the SDK for 3.13.
kenzieschmoll
left a comment
There was a problem hiding this comment.
are no pubspec.yaml changes required to bump the min version?
It's possible... I think some formatter changes are gated on SDK constraint. I can at least bump the SDK constraints to ^3.12.0. |
I am only reformatting the code in
packages/,tool/lib/, andtool/test/. (packages/devtools_app/is already formatted, enforced in CI.) No other changes are made. These formatting changes are as per Dart SDK version: 3.13.0-236.0.dev.