flutter/dev
Greg Spencer bb3c660522
Implements focus handling and hover for Material buttons. (#31438)
This implements focus and hover handling for Material buttons. It inserts Focus widgets into the tree in order to allow buttons to be focusable via keyboard traversal (a.k.a. TAB traversal), and Listener widgets into the InkWell to allow the detection of hover states for widgets.

Addresses #11344, #1608, and #13264.
2019-05-14 20:48:29 -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 Bump multicast_dns version 2019-05-06 11:14:41 -07: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 Implements focus handling and hover for Material buttons. (#31438) 2019-05-14 20:48:29 -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.