flutter/dev/bots/test/analyze-test-input/root/packages/flutter/lib
LongCatIsLooong d755bc222b
Replace RenderBox.compute* with RenderBox.get* and add @visibleForOverriding (#145503)
`@visibleForOverriding` + `@protected` unfortunately does not catch the case where a `compute*` method was overridden in a subtype and the overide was called in that same type's implementation.

I did not add a `flutter_ignore` for this because it doesn't seem there will be false positives.
2024-03-22 02:44:55 +00:00
..
bar.dart Use dart analyze package for num.clamp (#139867) 2023-12-11 20:25:26 +00:00
renderbox_intrinsics.dart Replace RenderBox.compute* with RenderBox.get* and add @visibleForOverriding (#145503) 2024-03-22 02:44:55 +00:00
stopwatch.dart Fixed a lot of typos (#141431) 2024-01-12 22:10:25 +00:00