- 03 Jul, 2019 1 commit
-
-
Justin McCandless authored
CupertinoTextField now supports vertical alignment via the textAlignVertical parameter.
-
- 02 Jul, 2019 1 commit
-
-
Alexandre Ardhuin authored
* more ui-as-code * address review comments
-
- 01 Jul, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add Container fallback to Ink build method * Add tests for Ink container fallback
-
- 28 Jun, 2019 5 commits
-
-
MH Johnson authored
Re-land "[Material] Support for hovered, focused, and pressed border color on `OutlineButton`s" (#35278) * outline border implements material state property
-
Todd Volkert authored
Revert "[Material] Support for hovered, focused, and pressed border color on `OutlineButton`s (#34872)" (#35276) This reverts commit 3f941599.
-
MH Johnson authored
* outline border implements material state property
-
hizzd authored
-
Shi-Hao Hong authored
* Add doc suggesting Container for BoxDecorations that have no child widget
-
- 27 Jun, 2019 2 commits
- 26 Jun, 2019 1 commit
-
-
Kate Lovett authored
* WIP * Added tests and updated SafeArea implementation. * Analyzer nits * Review feedback * Updated for SnackBar and PersistentFooterButton cases, added tests to check other potential spots. * doc addition for SafeArea * Typos
-
- 25 Jun, 2019 3 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
LongCatIsLooong authored
-
- 24 Jun, 2019 2 commits
-
-
Shi-Hao Hong authored
* Implement OutlineInputBorder BorderRadius scaling via RRect.scaleRadii * Add regression test to test for border scaling
-
Anthony authored
Fixes a bug in the Range Sider where the onChangeStart and onChangeEnd were not being called if the initial thumb selection came from a drag (rather than a tap).
-
- 21 Jun, 2019 1 commit
-
-
Justin McCandless authored
Change the way outlined inputs vertically align their text to be more similar to how it used to be before a refactor. Fixes an edge case uncovered by a SCUBA test.
-
- 20 Jun, 2019 3 commits
-
-
Emily Fortuna authored
* Added some Widgets of the Week to documentation: AspectRatio and AnimatedIcon.
-
Jacob Richman authored
Breaking change to extremely rarely used ParentDataWidget.debugDescribeInvalidAncestorChain api changing the return type of the method from String to DiagnosticsNode.
-
Shi-Hao Hong authored
* Custom dataRowHeight for DataTable and PaginatedDataTable * Custom headingRowHeight for DataTable and PaginatedDataTable
-
- 19 Jun, 2019 3 commits
-
-
Shi-Hao Hong authored
* Add optional horizontalMargin and columnSpacing properties to DataTable * Add horizontalMargin and columnSpacing tests for DataTable and PaginatedDataTable
-
Justin McCandless authored
Adds the `textAlignVertical` param to TextField and InputDecorator, allowing arbitrary vertical positioning of text in its input.
-
LongCatIsLooong authored
-
- 18 Jun, 2019 1 commit
-
-
chunhtai authored
-
- 15 Jun, 2019 1 commit
-
-
Anthony authored
[Material] Fix TextDirection and selected thumb for RangeSliderThumbShape and RangeSliderValueIndicatorShape (#34501) Expose the RangeSlider's TextDirection in the RangeSliderThumbShape's abstract paint() method, and ensure that start and end thumb are non-null when being passed to the thumb and value indicator shape paint methods.
-
- 14 Jun, 2019 1 commit
-
-
Dan Field authored
-
- 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
-