flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.54k stars 313 forks source link

Hovercards #1308

Open DaveShuckerow opened 4 years ago

DaveShuckerow commented 4 years ago

Using Flutter's Overlay or Tooltip, we can create detailed mouseover information.

Filing this to discuss situations where this will be useful.

jacob314 commented 4 years ago

+1 on coming up with an overarching design of how we use hovercards. In general I think hovercards that track the cursor and display immediately instead of a delay are often preferable to standard tooltips for rich debugging tool views.