flutter/dev
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
..
automated_tests Update stack trace test goldens to handle engine builds with lazy async stacks (#51216) 2020-02-21 12:05:30 -08:00
benchmarks add WidgetBuildRecorder for benchmarking building widgets (#51088) 2020-02-24 16:08:40 -08:00
bots start multiline strings with newline (#50825) 2020-02-20 10:16:28 +01:00
ci Set bundle config rather than deprecated --system flag (#50497) 2020-02-10 17:41:37 -08:00
customer_testing unnecessary multiline strings (#50806) 2020-02-25 18:12:17 -08:00
devicelab Don't use a default test randomize ordering seed (#51018) 2020-02-25 13:01:40 -08:00
docs unnecessary multiline strings (#50806) 2020-02-25 18:12:17 -08:00
integration_tests [flutter_tools] remove build script from tool package (#50690) 2020-02-26 08:25:04 -08:00
manual_tests Implement VisualDensity for text fields. (#51438) 2020-02-26 13:38:28 -08:00
missing_dependency_tests License update (#45373) 2019-11-27 15:04:02 -08:00
snippets [versions] reland update test to 1.12.0 (#50879) 2020-02-18 10:38:54 -08:00
tools unnecessary multiline strings (#50806) 2020-02-25 18:12:17 -08:00
tracing_tests Revert "Live image cache" (#51441) 2020-02-25 16:52:47 -08:00
README.md Clean up test infrastructure (#43030) 2019-10-18 16:35:39 -07:00

This directory contains tools and resources that the Flutter team uses during development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course they may be interesting if you are curious.

The tests in this directory are run in the framework_tests_misc-* shards.