Skip to content

Conversation

@StanleyCocos
Copy link
Contributor

@StanleyCocos StanleyCocos commented Mar 18, 2025

fix: #165294

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
  • I signed the [CLA].
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is [test-exempt].
  • I followed the [breaking change policy] and added [Data Driven Fixes] where supported.
  • All existing and new tests are passing.

@github-actions github-actions bot added framework flutter/packages/flutter repository. See also f: labels. f: material design flutter/packages/flutter/material repository. labels Mar 18, 2025
@StanleyCocos StanleyCocos marked this pull request as ready for review March 18, 2025 03:28
@StanleyCocos
Copy link
Contributor Author

Could you take some time to review this request? cc @Piinks


expect(find.byType(CircularProgressIndicator), paints..arc(strokeWidth: 4.0));

final ThemeData themeData = ThemeData(

Choose a reason for hiding this comment

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

nit: Use theme.copyWith() similar to other such use cases in this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry, I don’t quite understand what you mean. theme.copyWith() doesn’t seem to be related to this request.

Choose a reason for hiding this comment

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

L22 has "final ThemeData theme = ThemeData();", and L92, L311 are the examples how copyWith() is used, instead of creating a new ThemeData object. Can we follow the same here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Of course, but since I need to use an object twice, I save the object created by copyWith() to avoid duplicate code.


expect(find.byType(CircularProgressIndicator), paints..arc(strokeWidth: 10.0));

await tester.pumpWidget(

Choose a reason for hiding this comment

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

I'm just wondering if checking for multiple strokeWidth here is adding much value. If we already checked for 10, do we really need to check for 16 as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Here, checking 16 is to verify whether CircularProgressIndicator.adaptive(strokeWidth: 16.0) can override ProgressIndicatorThemeData(strokeWidth: 10.0),
so it is necessary.

Choose a reason for hiding this comment

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

Would it be better to add comments to clarify this in the test body.

Also, it might be better to remove comment "// Regression test for #165294", and add the details in the test name or test body so that one reading the test doesn't need to go through the attached issue and figure out the details from there.

IMO test name, comments, and code should suffice, and attaching link to github isssue should not be required.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated. Thank you.

@StanleyCocos StanleyCocos requested a review from vikdubey March 28, 2025 11:36
@StanleyCocos
Copy link
Contributor Author

Would you mind taking another look? cc @vikdubey

@vikdubey
Copy link

vikdubey commented Apr 8, 2025

Would you mind taking another look? cc @vikdubey

Hi @StanleyCocos, sorry, I don't have approver rights. I'd request @dkwingsmt to review. Thanks.

@StanleyCocos
Copy link
Contributor Author

你介意再看一眼吗? cc@vikdubey

你好@StanleyCocos,抱歉,我没有批准者权限。我会请求@dkwingsmt以供审核。谢谢。

Thank you very much.

@dkwingsmt dkwingsmt requested review from dkwingsmt and removed request for vikdubey April 9, 2025 18:30
Copy link
Contributor

@dkwingsmt dkwingsmt left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you!

Copy link
Contributor

@QuncCccccc QuncCccccc left a comment

Choose a reason for hiding this comment

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

Nice fix! Thanks for the contribution:) LGTM.

@dkwingsmt dkwingsmt added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 17, 2025
@auto-submit
Copy link
Contributor

auto-submit bot commented Apr 17, 2025

autosubmit label was removed for flutter/flutter/165370, because - The status or check suite Google testing has failed. Please fix the issues identified (or deflake) before re-applying this label.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Apr 17, 2025
@StanleyCocos
Copy link
Contributor Author

@dkwingsmt When you have time, could you please take a look at the reason for the Google test failure?

@dkwingsmt dkwingsmt added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 17, 2025
@dkwingsmt
Copy link
Contributor

It was a flake and it has passed with a rerun.

@auto-submit auto-submit bot added this pull request to the merge queue Apr 17, 2025
Merged via the queue into flutter:master with commit c232c70 Apr 17, 2025
76 checks passed
@flutter-dashboard flutter-dashboard bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Apr 17, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Apr 17, 2025
auto-submit bot pushed a commit to flutter/packages that referenced this pull request Apr 17, 2025
flutter/flutter@aef4718...ecabb1a

2025-04-17 [email protected] Hide error on mDNS registration failure and print warning in flutter attach (flutter/flutter#166782)
2025-04-17 [email protected] Add support for language hints in TextFields (Android only) (flutter/flutter#165554)
2025-04-17 [email protected] Roll Skia from d8f13372549d to cc2b57434651 (1 revision) (flutter/flutter#167331)
2025-04-17 [email protected] Add DropdownMenu.restorationId (flutter/flutter#166684)
2025-04-17 [email protected] Roll Skia from 3d6165b70199 to d8f13372549d (14 revisions) (flutter/flutter#167325)
2025-04-17 [email protected] fix(CircularProgressIndicator.adaptive): strokeWidth default value (flutter/flutter#165370)
2025-04-17 [email protected] Remove unnecessary builder (flutter/flutter#166623)
2025-04-17 [email protected] Add a `gradle_errors.dart`entry for missing NDK source.properties file (flutter/flutter#167320)
2025-04-17 [email protected] Roll Skia from 6627deb65939 to 3d6165b70199 (1 revision) (flutter/flutter#167255)
2025-04-17 [email protected] Manual roll Dart SDK from 87965ab4864e to 992221a362ec (35 revisions) (flutter/flutter#167243)
2025-04-16 [email protected] Roll Fuchsia Linux SDK from 7bWzHwIPBTyU6R9nO... to m8Aln7fTF_8zy1V9N... (flutter/flutter#167312)
2025-04-16 [email protected] Don't throw on error for mDNS when searching for Dart VML url on core devices (flutter/flutter#167135)
2025-04-16 [email protected] Fix: Localization for non zero time in 24 hours format (flutter/flutter#164885)
2025-04-16 [email protected] Updated docstrings for TextureContents (flutter/flutter#167221)
2025-04-16 [email protected] Broke cyclical dependency with dlpath and typographer. (flutter/flutter#167293)
2025-04-16 [email protected] Set an additional CMake arg in `forceNdkDownload` to make the task name align with the `BuildType` (flutter/flutter#167240)
2025-04-16 [email protected] Fix Carousel crashes when using PageStorageKey (flutter/flutter#166817)
2025-04-16 [email protected] Revert "Removed superfluous copy in license checker (#167146)" (flutter/flutter#167246)
2025-04-16 [email protected] [native assets] Roll dependencies (flutter/flutter#167287)
2025-04-16 [email protected] Marks Linux_pixel_7pro static_path_stroke_tessellation_perf__timeline_summary to be unflaky (flutter/flutter#167259)
2025-04-16 [email protected] Feat: Add carousel view theme (flutter/flutter#164769)
2025-04-16 [email protected] Marks Mac_ios dynamic_path_stroke_tessellation_perf_ios__timeline_summary to be unflaky (flutter/flutter#167261)
2025-04-16 [email protected] When using --local-web-sdk, use a locally built Dart SDK if one is available (flutter/flutter#166732)
2025-04-16 [email protected] Added emulator version to doctor (flutter/flutter#167236)
2025-04-16 [email protected] Marks Mac_ios static_path_stroke_tessellation_perf_ios__timeline_summary to be unflaky (flutter/flutter#167260)

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],[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
ash2moon pushed a commit to ash2moon/flutter that referenced this pull request Apr 21, 2025
…lutter#165370)

fix: flutter#165294

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
@StanleyCocos StanleyCocos deleted the fix/progress branch May 8, 2025 01:45
CodixNinja pushed a commit to CodixNinja/packages that referenced this pull request May 15, 2025
flutter/flutter@aef4718...ecabb1a

2025-04-17 [email protected] Hide error on mDNS registration failure and print warning in flutter attach (flutter/flutter#166782)
2025-04-17 [email protected] Add support for language hints in TextFields (Android only) (flutter/flutter#165554)
2025-04-17 [email protected] Roll Skia from d8f13372549d to cc2b57434651 (1 revision) (flutter/flutter#167331)
2025-04-17 [email protected] Add DropdownMenu.restorationId (flutter/flutter#166684)
2025-04-17 [email protected] Roll Skia from 3d6165b70199 to d8f13372549d (14 revisions) (flutter/flutter#167325)
2025-04-17 [email protected] fix(CircularProgressIndicator.adaptive): strokeWidth default value (flutter/flutter#165370)
2025-04-17 [email protected] Remove unnecessary builder (flutter/flutter#166623)
2025-04-17 [email protected] Add a `gradle_errors.dart`entry for missing NDK source.properties file (flutter/flutter#167320)
2025-04-17 [email protected] Roll Skia from 6627deb65939 to 3d6165b70199 (1 revision) (flutter/flutter#167255)
2025-04-17 [email protected] Manual roll Dart SDK from 87965ab4864e to 992221a362ec (35 revisions) (flutter/flutter#167243)
2025-04-16 [email protected] Roll Fuchsia Linux SDK from 7bWzHwIPBTyU6R9nO... to m8Aln7fTF_8zy1V9N... (flutter/flutter#167312)
2025-04-16 [email protected] Don't throw on error for mDNS when searching for Dart VML url on core devices (flutter/flutter#167135)
2025-04-16 [email protected] Fix: Localization for non zero time in 24 hours format (flutter/flutter#164885)
2025-04-16 [email protected] Updated docstrings for TextureContents (flutter/flutter#167221)
2025-04-16 [email protected] Broke cyclical dependency with dlpath and typographer. (flutter/flutter#167293)
2025-04-16 [email protected] Set an additional CMake arg in `forceNdkDownload` to make the task name align with the `BuildType` (flutter/flutter#167240)
2025-04-16 [email protected] Fix Carousel crashes when using PageStorageKey (flutter/flutter#166817)
2025-04-16 [email protected] Revert "Removed superfluous copy in license checker (#167146)" (flutter/flutter#167246)
2025-04-16 [email protected] [native assets] Roll dependencies (flutter/flutter#167287)
2025-04-16 [email protected] Marks Linux_pixel_7pro static_path_stroke_tessellation_perf__timeline_summary to be unflaky (flutter/flutter#167259)
2025-04-16 [email protected] Feat: Add carousel view theme (flutter/flutter#164769)
2025-04-16 [email protected] Marks Mac_ios dynamic_path_stroke_tessellation_perf_ios__timeline_summary to be unflaky (flutter/flutter#167261)
2025-04-16 [email protected] When using --local-web-sdk, use a locally built Dart SDK if one is available (flutter/flutter#166732)
2025-04-16 [email protected] Added emulator version to doctor (flutter/flutter#167236)
2025-04-16 [email protected] Marks Mac_ios static_path_stroke_tessellation_perf_ios__timeline_summary to be unflaky (flutter/flutter#167260)

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],[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
androidseb pushed a commit to androidseb/packages that referenced this pull request Jun 8, 2025
…r#9104)

flutter/flutter@aef4718...ecabb1a

2025-04-17 [email protected] Hide error on mDNS registration failure and print warning in flutter attach (flutter/flutter#166782)
2025-04-17 [email protected] Add support for language hints in TextFields (Android only) (flutter/flutter#165554)
2025-04-17 [email protected] Roll Skia from d8f13372549d to cc2b57434651 (1 revision) (flutter/flutter#167331)
2025-04-17 [email protected] Add DropdownMenu.restorationId (flutter/flutter#166684)
2025-04-17 [email protected] Roll Skia from 3d6165b70199 to d8f13372549d (14 revisions) (flutter/flutter#167325)
2025-04-17 [email protected] fix(CircularProgressIndicator.adaptive): strokeWidth default value (flutter/flutter#165370)
2025-04-17 [email protected] Remove unnecessary builder (flutter/flutter#166623)
2025-04-17 [email protected] Add a `gradle_errors.dart`entry for missing NDK source.properties file (flutter/flutter#167320)
2025-04-17 [email protected] Roll Skia from 6627deb65939 to 3d6165b70199 (1 revision) (flutter/flutter#167255)
2025-04-17 [email protected] Manual roll Dart SDK from 87965ab4864e to 992221a362ec (35 revisions) (flutter/flutter#167243)
2025-04-16 [email protected] Roll Fuchsia Linux SDK from 7bWzHwIPBTyU6R9nO... to m8Aln7fTF_8zy1V9N... (flutter/flutter#167312)
2025-04-16 [email protected] Don't throw on error for mDNS when searching for Dart VML url on core devices (flutter/flutter#167135)
2025-04-16 [email protected] Fix: Localization for non zero time in 24 hours format (flutter/flutter#164885)
2025-04-16 [email protected] Updated docstrings for TextureContents (flutter/flutter#167221)
2025-04-16 [email protected] Broke cyclical dependency with dlpath and typographer. (flutter/flutter#167293)
2025-04-16 [email protected] Set an additional CMake arg in `forceNdkDownload` to make the task name align with the `BuildType` (flutter/flutter#167240)
2025-04-16 [email protected] Fix Carousel crashes when using PageStorageKey (flutter/flutter#166817)
2025-04-16 [email protected] Revert "Removed superfluous copy in license checker (#167146)" (flutter/flutter#167246)
2025-04-16 [email protected] [native assets] Roll dependencies (flutter/flutter#167287)
2025-04-16 [email protected] Marks Linux_pixel_7pro static_path_stroke_tessellation_perf__timeline_summary to be unflaky (flutter/flutter#167259)
2025-04-16 [email protected] Feat: Add carousel view theme (flutter/flutter#164769)
2025-04-16 [email protected] Marks Mac_ios dynamic_path_stroke_tessellation_perf_ios__timeline_summary to be unflaky (flutter/flutter#167261)
2025-04-16 [email protected] When using --local-web-sdk, use a locally built Dart SDK if one is available (flutter/flutter#166732)
2025-04-16 [email protected] Added emulator version to doctor (flutter/flutter#167236)
2025-04-16 [email protected] Marks Mac_ios static_path_stroke_tessellation_perf_ios__timeline_summary to be unflaky (flutter/flutter#167260)

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],[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
FMorschel pushed a commit to FMorschel/packages that referenced this pull request Jun 9, 2025
…r#9104)

flutter/flutter@aef4718...ecabb1a

2025-04-17 [email protected] Hide error on mDNS registration failure and print warning in flutter attach (flutter/flutter#166782)
2025-04-17 [email protected] Add support for language hints in TextFields (Android only) (flutter/flutter#165554)
2025-04-17 [email protected] Roll Skia from d8f13372549d to cc2b57434651 (1 revision) (flutter/flutter#167331)
2025-04-17 [email protected] Add DropdownMenu.restorationId (flutter/flutter#166684)
2025-04-17 [email protected] Roll Skia from 3d6165b70199 to d8f13372549d (14 revisions) (flutter/flutter#167325)
2025-04-17 [email protected] fix(CircularProgressIndicator.adaptive): strokeWidth default value (flutter/flutter#165370)
2025-04-17 [email protected] Remove unnecessary builder (flutter/flutter#166623)
2025-04-17 [email protected] Add a `gradle_errors.dart`entry for missing NDK source.properties file (flutter/flutter#167320)
2025-04-17 [email protected] Roll Skia from 6627deb65939 to 3d6165b70199 (1 revision) (flutter/flutter#167255)
2025-04-17 [email protected] Manual roll Dart SDK from 87965ab4864e to 992221a362ec (35 revisions) (flutter/flutter#167243)
2025-04-16 [email protected] Roll Fuchsia Linux SDK from 7bWzHwIPBTyU6R9nO... to m8Aln7fTF_8zy1V9N... (flutter/flutter#167312)
2025-04-16 [email protected] Don't throw on error for mDNS when searching for Dart VML url on core devices (flutter/flutter#167135)
2025-04-16 [email protected] Fix: Localization for non zero time in 24 hours format (flutter/flutter#164885)
2025-04-16 [email protected] Updated docstrings for TextureContents (flutter/flutter#167221)
2025-04-16 [email protected] Broke cyclical dependency with dlpath and typographer. (flutter/flutter#167293)
2025-04-16 [email protected] Set an additional CMake arg in `forceNdkDownload` to make the task name align with the `BuildType` (flutter/flutter#167240)
2025-04-16 [email protected] Fix Carousel crashes when using PageStorageKey (flutter/flutter#166817)
2025-04-16 [email protected] Revert "Removed superfluous copy in license checker (#167146)" (flutter/flutter#167246)
2025-04-16 [email protected] [native assets] Roll dependencies (flutter/flutter#167287)
2025-04-16 [email protected] Marks Linux_pixel_7pro static_path_stroke_tessellation_perf__timeline_summary to be unflaky (flutter/flutter#167259)
2025-04-16 [email protected] Feat: Add carousel view theme (flutter/flutter#164769)
2025-04-16 [email protected] Marks Mac_ios dynamic_path_stroke_tessellation_perf_ios__timeline_summary to be unflaky (flutter/flutter#167261)
2025-04-16 [email protected] When using --local-web-sdk, use a locally built Dart SDK if one is available (flutter/flutter#166732)
2025-04-16 [email protected] Added emulator version to doctor (flutter/flutter#167236)
2025-04-16 [email protected] Marks Mac_ios static_path_stroke_tessellation_perf_ios__timeline_summary to be unflaky (flutter/flutter#167260)

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],[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
Ortes pushed a commit to Ortes/packages that referenced this pull request Jun 25, 2025
…r#9104)

flutter/flutter@aef4718...ecabb1a

2025-04-17 [email protected] Hide error on mDNS registration failure and print warning in flutter attach (flutter/flutter#166782)
2025-04-17 [email protected] Add support for language hints in TextFields (Android only) (flutter/flutter#165554)
2025-04-17 [email protected] Roll Skia from d8f13372549d to cc2b57434651 (1 revision) (flutter/flutter#167331)
2025-04-17 [email protected] Add DropdownMenu.restorationId (flutter/flutter#166684)
2025-04-17 [email protected] Roll Skia from 3d6165b70199 to d8f13372549d (14 revisions) (flutter/flutter#167325)
2025-04-17 [email protected] fix(CircularProgressIndicator.adaptive): strokeWidth default value (flutter/flutter#165370)
2025-04-17 [email protected] Remove unnecessary builder (flutter/flutter#166623)
2025-04-17 [email protected] Add a `gradle_errors.dart`entry for missing NDK source.properties file (flutter/flutter#167320)
2025-04-17 [email protected] Roll Skia from 6627deb65939 to 3d6165b70199 (1 revision) (flutter/flutter#167255)
2025-04-17 [email protected] Manual roll Dart SDK from 87965ab4864e to 992221a362ec (35 revisions) (flutter/flutter#167243)
2025-04-16 [email protected] Roll Fuchsia Linux SDK from 7bWzHwIPBTyU6R9nO... to m8Aln7fTF_8zy1V9N... (flutter/flutter#167312)
2025-04-16 [email protected] Don't throw on error for mDNS when searching for Dart VML url on core devices (flutter/flutter#167135)
2025-04-16 [email protected] Fix: Localization for non zero time in 24 hours format (flutter/flutter#164885)
2025-04-16 [email protected] Updated docstrings for TextureContents (flutter/flutter#167221)
2025-04-16 [email protected] Broke cyclical dependency with dlpath and typographer. (flutter/flutter#167293)
2025-04-16 [email protected] Set an additional CMake arg in `forceNdkDownload` to make the task name align with the `BuildType` (flutter/flutter#167240)
2025-04-16 [email protected] Fix Carousel crashes when using PageStorageKey (flutter/flutter#166817)
2025-04-16 [email protected] Revert "Removed superfluous copy in license checker (#167146)" (flutter/flutter#167246)
2025-04-16 [email protected] [native assets] Roll dependencies (flutter/flutter#167287)
2025-04-16 [email protected] Marks Linux_pixel_7pro static_path_stroke_tessellation_perf__timeline_summary to be unflaky (flutter/flutter#167259)
2025-04-16 [email protected] Feat: Add carousel view theme (flutter/flutter#164769)
2025-04-16 [email protected] Marks Mac_ios dynamic_path_stroke_tessellation_perf_ios__timeline_summary to be unflaky (flutter/flutter#167261)
2025-04-16 [email protected] When using --local-web-sdk, use a locally built Dart SDK if one is available (flutter/flutter#166732)
2025-04-16 [email protected] Added emulator version to doctor (flutter/flutter#167236)
2025-04-16 [email protected] Marks Mac_ios static_path_stroke_tessellation_perf_ios__timeline_summary to be unflaky (flutter/flutter#167260)

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],[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
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 14, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 14, 2025
romanejaquez pushed a commit to romanejaquez/flutter that referenced this pull request Aug 14, 2025
…lutter#165370)

fix: flutter#165294

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 15, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 15, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 16, 2025
777genius added a commit to 777genius/flutter that referenced this pull request Nov 18, 2025
Extended research with 2+ additional hours of deep analysis across theme
properties, widget enhancements, and Material 3 compliance issues.

New Issues Documented (Phase 2):
- flutter#117755: Divider color inconsistencies M2/M3 (30-45 min, P2, 90%)
- flutter#67409: TextField disabled errorText spacing (30-60 min, P2, 85%)

Additional Discoveries Added to Tier D:
- flutter#162585: SliverAppBar toolbarHeight theme (February 2025!)
- flutter#159565: RawWebImage missing properties (P2, web platform)
- flutter#159269: Radio fillColor theme (P2, under investigation)
- flutter#105887: Divider styling options (dashed/dotted)
- flutter#132214: DataTable dividerThickness: 0 bug
- flutter#123943: SliverAppBar.medium/large foreground color
- And 10+ more viable issues identified

Fixed Issues Found During Research:
- flutter#131690: ProgressIndicator properties (PR flutter#158104)
- flutter#165294: ProgressIndicator strokeWidth adaptive (PR flutter#165370)
- flutter#162839: Button icon color regression P1 (PR flutter#162880)

Updated Statistics:
- 700+ issues scanned (up from 600+)
- 90+ issues deeply analyzed (up from 80+)
- 180+ search queries (up from 150+)
- 140+ categories explored (up from 120+)
- 16 MD files with comprehensive documentation
- 6+ hours total research time
- ~80,000 words of documentation

Updated TOP_FLUTTER_ISSUES.md:
- Added new Tier A issues (flutter#117755, flutter#67409)
- Expanded Tier D with recent discoveries
- Updated recommended starting order (11 issues)
- Enhanced statistics and insights
- Added 10 fixed issues found during research
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Material] ProgressIndicatorThemeData value strokeWidth does not work with CircularProgressIndicator.adaptive

4 participants