flutter/dev
Greg Spencer 9f21ae0de5
Text field focus and hover support. (#32776)
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.
2019-05-16 17:31:46 -07:00
..
automated_tests Bump multicast_dns version 2019-05-06 11:14:41 -07:00
benchmarks Bump multicast_dns version 2019-05-06 11:14:41 -07:00
bots Bump multicast_dns version 2019-05-06 11:14:41 -07:00
ci Bump Android build tools to 28.0.3 in Dockerfile (#30832) 2019-04-10 16:57:35 -07:00
devicelab use null aware operators (#32711) 2019-05-16 22:25:51 +02:00
docs Updating dart.dev related links (#32641) 2019-05-14 10:35:00 -07:00
integration_tests Updating dart.dev related links (#32641) 2019-05-14 10:35:00 -07:00
manual_tests Text field focus and hover support. (#32776) 2019-05-16 17:31:46 -07:00
missing_dependency_tests Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
snippets enable lint prefer_null_aware_operators (#32686) 2019-05-14 22:34:49 +02:00
tools Use precisionErrorTolerance (#32499) 2019-05-10 13:28:19 -07:00
README.md Update some READMEs under dev/. (#15712) 2018-03-19 16:41:36 -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.