flutter / devtools

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

Support search in tree tables #2524

Open kenzieschmoll opened 3 years ago

kenzieschmoll commented 3 years ago

Flat tables (see logging view and network view) already support search and filter. Tree tables should also support search and filter for views such as the CPU call tree and CPU bottom up.

jakemac53 commented 2 years ago

+1 I would like this :)

kenzieschmoll commented 1 year ago

Filtering is complete. This issue now tracks search support for tree tables.