flutter/dev/manual_tests
Greg Spencer 9e744c5710
Implement VisualDensity for text fields. (#51438)
This implements VisualDensity changes for text fields*. By default, the layout of the text field does not change.

If the ThemeData.visualDensity is set to a value other than zero, then the density of the UI will increase or decrease. See the VisualDensity docs for more information.

(*In reality, the changes are on the InputDecorator class, not on the text field.)

I also fixed a problem that I think I found with _Decoration where it doesn't compare isDense or isCollapsed as part of its operator==.
2020-02-26 13:38:28 -08:00
..
android Reduce gradle deps (#50691) 2020-02-12 21:14:54 -08:00
ios License update (#45373) 2019-11-27 15:04:02 -08:00
lib Implement VisualDensity for text fields. (#51438) 2020-02-26 13:38:28 -08:00
macos Remove miscellaneous xcworkspacedata (#50715) 2020-02-18 12:41:27 -08:00
test implicit-casts:false in dev (#45787) 2019-12-05 22:34:06 +01:00
web License update (#45373) 2019-11-27 15:04:02 -08:00
.metadata Update manual_tests to be able to run on macOS/web (#44830) 2019-11-19 11:29:35 -08:00
pubspec.yaml [versions] reland update test to 1.12.0 (#50879) 2020-02-18 10:38:54 -08:00