flutter/dev
Greg Spencer 11e0a725d4
Re-land: Add support for Tooltip hover (#31699)
This is a re-land of #31561, after fixing performance regressions.

Added change listening to the MouseTracker so that the Listener and tooltip can react to whether or not a mouse is connected at all. Added a change check to make sure Listener only repaints when something changed.

Fixes #22817
2019-05-03 13:00:36 -07:00
..
automated_tests Refactor core uses of FlutterError. (#30983) 2019-05-01 11:20:12 -07:00
benchmarks Re-land: Add support for Tooltip hover (#31699) 2019-05-03 13:00:36 -07:00
bots Revert "update packages and unpin build (#31736)" (#31795) 2019-04-29 09:56:55 -07:00
ci Bump Android build tools to 28.0.3 in Dockerfile (#30832) 2019-04-10 16:57:35 -07:00
devicelab Revert "update packages and unpin build (#31736)" (#31795) 2019-04-29 09:56:55 -07:00
docs Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
integration_tests Refactor core uses of FlutterError. (#30983) 2019-05-01 11:20:12 -07:00
manual_tests [Re-Land] Implement focus traversal for desktop platforms. (#31614) 2019-04-25 16:26:58 -07:00
missing_dependency_tests Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
snippets Revert "update packages and unpin build (#31736)" (#31795) 2019-04-29 09:56:55 -07:00
tools Keycode generation doc fix (#31493) 2019-04-29 21:45:30 -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.