- 18 Sep, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 17 Sep, 2019 6 commits
-
-
Michael Goderbauer authored
This reverts commit 6ad88bd5.
-
Michael Goderbauer authored
-
Anthony authored
Add the option to configure a chip check mark color
-
xster authored
-
Hans Muller authored
-
Alexandre Ardhuin authored
-
- 16 Sep, 2019 1 commit
-
-
Hans Muller authored
-
- 14 Sep, 2019 1 commit
-
-
Shi-Hao Hong authored
* Implement DropdownButton.selectedItemBuilder
-
- 13 Sep, 2019 2 commits
-
-
Michael Goderbauer authored
-
Shi-Hao Hong authored
* Add constraints property, updated default constraints for ToggleButtons to 48x48 * Add kMinInteractiveDimension constant to ToggleButtons
-
- 10 Sep, 2019 3 commits
-
-
Greg Spencer authored
Fixed passing autofocus to MaterialButton, and when rebuilding Focus widget, and added a test for Focus and MaterialButton to test that it works properly.
-
Sarbagya Dhaubanjar authored
* Added properties in DropdownFormField to match DropdownButton * Minor style guide related changes
-
Slade Capasso authored
-
- 06 Sep, 2019 1 commit
-
-
lisa-liao authored
-
- 05 Sep, 2019 2 commits
-
-
Shi-Hao Hong authored
* Improve finders throughout toggle_buttons_test.dart * Improve Material finders * Update toggle_buttons_theme_test.dart finders to be more precise * Refactor out textStyle and iconTheme finders * Refactor iconTheme and buttonTextTheme logic
-
- 04 Sep, 2019 2 commits
-
-
rami-a authored
-
Greg Spencer authored
* Automatic focus highlight mode for FocusManager This re-lands the highlight mode change. * Review Changes
-
- 03 Sep, 2019 2 commits
-
-
Greg Spencer authored
This changes the behavior of text fields, Material buttons, and Chips so that if they are disabled they lose focus. Before this change, it was possible to disable a control and then use focus traversal to reach it anyhow, and in the case of text fields, enter text into a disabled field. Fixes #33985
-
rami-a authored
-
- 02 Sep, 2019 1 commit
-
-
Anthony authored
Use the entire appBarTheme from the showSearch delegate for the search pages appBar theme, rather than just a select set of fields.
-
- 28 Aug, 2019 3 commits
-
-
Jonah Williams authored
This reverts commit ddd31bce.
-
Ian Hickson authored
-
Justin McCandless authored
-
- 26 Aug, 2019 1 commit
-
-
Hans Muller authored
* Co-authored-by: Brett Morgan <brettmorgan@google.com>
-
- 23 Aug, 2019 1 commit
-
-
Greg Spencer authored
I noticed that we were pretty inconsistent with the way that we checked the value of clipBehavior in the framework, so I normalized the usages and updated docs where necessary. This is a breaking change if you used to pass null explicitly to FlatButton, OutlineButton or RaisedButton constructors, expecting to get Clip.none. It will now assert if you do that. Existing implementations that pass null implicitly by not specifying clipBehavior won't need to change their call sites. It always implicitly defaulted to Clip.none before, and it will continue to do that, it's only places where it was explicitly set to null in order to get the implicit default that it will fail.
-
- 22 Aug, 2019 1 commit
-
-
lisa-liao authored
BottomSheetThemeData has an additional field modalElevation which makes it possible to set different elevations between persistent and modal bottom sheets.
-
- 21 Aug, 2019 4 commits
-
-
Hans Muller authored
-
rami-a authored
-
Greg Spencer authored
This reverts commit a11d7314 because of a regression in flutter_gallery_ios32__transition_perf's 90th_percentile_frame_build_time_millis. Fixes #38860.
- 20 Aug, 2019 3 commits
-
-
Shi-Hao Hong authored
* Add ToggleButtons.textStyle property
-
rami-a authored
-
Darren Austin authored
* Added new ButtonBarTheme to replace the deprecated ButtonTheme.bar method. * Responding to PR feedback. * [Material] Create material Banner component (#36880) This PR creates a new material widget for the Banner component. This includes a theme as well. This widget can be dropped into any application, ideally at the top of a listview or scrollview. (cherry picked from commit 35b6d668) Removed the use of ButtonTheme.bar in the Banner implementation. * Updated documentation from PR review comments.
-
- 16 Aug, 2019 3 commits
-
-
Michel Feinstein authored
Changes a hard-coded value to a controllable parameter.
-
Greg Spencer authored
This adds a FocusHighlightMode to the FocusManager that switches based on the type of input that has recently been received. The initial value is based on the platform, but is updated as soon as user input is received. There is also a FocusHighlightStrategy enum so that the developer can change the strategy to a fixed value if needed. The default is to automatically detect the mode based on the last type of user input. If they use a mouse or keyboard, it shows the focus highlights. If they use a touch interface, then the highlights disappear. This is consistent with the way that Android and Chrome work. The controls still receive focus, only the display of the highlight changes. Text fields show the focus highlight regardless of the focus highlight mode.
-
rami-a authored
-
- 15 Aug, 2019 1 commit
-
-
MH Johnson authored
* [Material] Add splashColor param to FAB and FAB ThemeData
-
- 13 Aug, 2019 1 commit
-
-
MH Johnson authored
-