- 13 Jun, 2019 4 commits
-
-
Dan Field authored
-
Michael Goderbauer authored
-
LongCatIsLooong authored
-
Jonah Williams authored
-
- 11 Jun, 2019 1 commit
-
-
guoskyhero authored
SearchDelegate hintStyle parameter
-
- 10 Jun, 2019 3 commits
-
-
Anthony authored
The slider track shape for the onPrimaryColors constructor should be rounded, but it was accidentally changed to rectangular in #31681. This change restores the original behavior. This only affects sliders that are themed with SliderThemeData.onPrimaryColors().
-
chunhtai authored
-
Justin McCandless authored
Stop a text editing error from happening
-
- 08 Jun, 2019 1 commit
-
-
Shi-Hao Hong authored
* Fixed indent to properly add to the top and not to the start * Updated Divider documentation
-
- 07 Jun, 2019 2 commits
-
-
Gary Qian authored
Reland "Text inline widgets, TextSpan rework (#30069)" with improved backwards compatibility (#34051)
-
- 06 Jun, 2019 3 commits
-
-
Anthony authored
Creates a Material Design range slider. The range slider is based off the updated slider, with the main difference being that it has 2 thumbs. By default, the thumbs cannot pass each other and both the thumb and the value indicator create a stroke when they are overlapping for better visibility.
-
Rubens de Melo authored
* include advice about dispose The same note in https://flutter.dev/docs/cookbook/forms/text-field-changes * Include remember to dispose texteditingcontroller Almost the same note here https://flutter.dev/docs/cookbook/forms/text-field-changes#2-use-a-texteditingcontroller . * include remember to dispose TextEditingController and link to see also * remove extras spaces and duplicated comment * include details about using Positioned.fill * Revert "include details about using Positioned.fill" This reverts commit c06196f8884d20c547d97edae71d26f7a61701be. * rever comment about Positioned.fill * Include of and remove extra white space Include of and remove extra white space in the end of line * improve link description to cookbook /// * Learn how to use a [TextEditingController] in one of our [cookbook recipe]s.(https://flutter.dev/docs/cookbook/forms/text-field-changes#2-use-a-texteditingcontroller) * include of, remove extra white space and improve description link to cookbook. include of, remove extra white space and improve description link to cookbook. * include of, remove extra white space and improve link description to cookbook include of, remove extra white space and improve link description to cookbook * include of, remove extra white space and improve link description to cookbook include of, remove extra white space and improve link description to cookbook * remove extra white spaces * remove extra white space
-
Gary Qian authored
-
- 05 Jun, 2019 3 commits
-
-
MH Johnson authored
* Support for stateful text colors in buttons * Add color and a11y tests for buttons
-
Kate Lovett authored
-
- 04 Jun, 2019 2 commits
-
-
Gary Qian authored
* Merge in changes for inline widgets * Make analyzer happy, fix tests * Fix analyzer * Add missing doc * Docs on RichText * Fix analyzer some more * Remove whitespace at end of line * Update goldens * Text fixes * Analyzer
-
Justin McCandless authored
Fix exception that was happening when double-double-tapping a TextField (or double long tapping).
-
- 03 Jun, 2019 2 commits
-
-
Shi-Hao Hong authored
-
chunhtai authored
-
- 30 May, 2019 4 commits
-
-
Justin McCandless authored
The text selection handles now feel a lot more responsive, and their implementation was cleaned up a bit.
-
Tong Mu authored
This PR enables "Select all" on MaterialTextSelection when text is partially selected.
-
Jonah Williams authored
-
Todd Volkert authored
-
- 29 May, 2019 2 commits
-
-
LongCatIsLooong authored
- Fixed extentInside calculation in ScrollMetrics - Added asserts to extentInside getter, as well as ScrollPosition.applyContentDimensions to enforce minScrollExtent <= maxScrollExtent - Added padding to ScrollbarPainter, updated implementation. Took care of some edge cases. - Changed some scroll bar constants on Cupertino side.
-
Darren Austin authored
Fixed an issue with a DropdownButton crashing when a style was used that didn't include a fontSize.
-
- 27 May, 2019 1 commit
-
-
Todd Volkert authored
This also fixes up some indentation in some bulleted lists. https://github.com/dart-lang/dartdoc/issues/1969
-
- 25 May, 2019 2 commits
-
-
Chris Bracken authored
Updates documentation and non-public API to use American spellings for consistency with the rest of the codebase. No changes to behaviour... other than how it's spelt.
-
Chris Bracken authored
Corects a bnuch of typeos throuhgout teh Fluter codebsae. Made use of the `misspell` tool: https://github.com/client9/misspell
-
- 24 May, 2019 1 commit
-
-
Shi-Hao Hong authored
* Implement ExpandIcon custom color, expandedColor, and disabledColor * Update to use pumpAndSettle instead of hard-coded duration * Update colors to unfocused state, added dark mode test to active state * Fix Colors.white30 doc opacity value * Add links to Material Design specifications to color, expandedColor and disabledColor * Update API docs to reference dark theme material page
-
- 21 May, 2019 3 commits
-
-
Mattia Crovero authored
scrollController param on TextField and CupertinoTextField
-
Shi-Hao Hong authored
-
Greg Spencer authored
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.
-
- 20 May, 2019 1 commit
-
-
Greg Spencer authored
This turns off focus highlight for filled text fields, since it turns out not to be to spec.
-
- 18 May, 2019 2 commits
-
-
Greg Spencer authored
Disabled fields and buttons were responding to hover and focus changes, and they shouldn't.
-
Greg Spencer authored
This puts the new AnimationController reverseDuration argument to use in two places: focus for InkWells and fade out for Tooltips.
-
- 17 May, 2019 3 commits
-
-
Shi-Hao Hong authored
* Moved Radio documentation line to be above sample * Added LabeledRadio sample * Add LabeledCheckbox sample * Add LabeledSwitch sample * Added LinkedLabelRadio sample to RadioListTile * Added LinkedLabelCheckbox sample to CheckboxListTile * Added LinkedLabelSwitch sample to SwitchListTile * Added reference to Semantics docs * Improve simple SwitchListTile, RadioListTile and CheckboxListTile samples * Added assets to all SwitchListTile, RadioListTile and CheckboxListTile samples
-
Greg Spencer authored
This adds support for an animated focusColor and hoverColor to InputDecorator. This color will blend with the background over a fade in period whenever the InputDecorator is focused or hovered, respectively. It also adds a Listener to the TextField to listen for hover events.
-
Darren Austin authored
-