flutter / devtools

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

Don't show hover cards for primitive types #4871

Open elliette opened 1 year ago

elliette commented 1 year ago

Hovering over field with a primitive type doesn't provide any extra information. Eg:

Screenshot 2022-12-02 at 10 24 01 AM

It might make sense to never show a hovercard for a primitive type value. We could also change the cursor style to indicate whether hovering will provide any extra info or not.

elliette commented 1 year ago

This would also improve some of the performance issues we've seen inspecting Flutter Web apps, since less expression evaluations would need to be done. FYI @CoderDake @annagrin