Tags: flutterph/flutter
Tags
Update enabled color for outlined text fields. (flutter#33083) Resets the enabled color for outline text field default borders to "On Surface 38%" instead of "On Surface 12%" to match spec. Also fixes the hover overlay to be "On Surface 12%" to match spec.
Fix needsCompositing propagation from child widgets. (flutter#32717) This fixes propagation of needsCompositing from child widgets. When needsCompositing is turned on by a child widget, it necessarily sets the needsCompositing bit of its parent widget, but RenderPointerListener was ignoring that piece of information and only turning on compositing if it thought it needed it for itself. This corrects that, and adds a test for the condition, and updates a test that was affected by the change. Fixes flutter#32525 (again)
cherry-pick: fix edge swiping and dropping back at starting point (fl… …utter#31623)
iOS selection handles are invisible (flutter#31332) (flutter#31862) Fix a bug where text selection handles were invisible in iOS
[Material] Update slider and slider theme with new sizes, shapes, and… … color mappings (2nd attempt) (flutter#31564) flutter#30390 was rolled back. This PR will re-roll it forward. This PR makes a number of changes to the visual appearance of material sliders: Sizes/Shapes ** enabled thumb radius from 6 to 10 ** disabled thumb radius from 4 to 10 with no gap ** default track shape is a rounded rect rather than a rect ** Colors ** all of the colors now use the new color scheme ** overlay opacity has been reduce from 16% to 12% ** value indicator text color now respects the indicator it is on by using onPrimary ** disabledThumb color no respects the surface it is on by using onSurface The slider theme is also now constructed consistently with other theme objects within the ThemeData. By default, all values are null, and have default values that are resolved in the slider itself, rather than in the slider theme.
Add track-widget-creation flag to attach command (flutter#31262) * Add track-widget-creation flag to attach command * use the flag
06fea14 Glitchiness with Tab Characters (flutter/engine#8591) (flutte… …r#31265) flutter/engine@b678709...06fea14 git log b678709..06fea14 --no-merges --oneline 06fea14 Glitchiness with Tab Characters (flutter/engine#8591) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (cbracken@google.com), and stop the roller if necessary.
PreviousNext