Improve performance of search in FlatTable
Open
cross-screen
devtools app performance
fix it friday
P2
table component
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
This will piggy back off of functionality added in https://github.com/flutter/devtools/pull/2959. We may need to make a separate SearchableTable base class. We are using `List.contains` in ways that are not performant currently.
Contributor guide
Assessment
This issue has not been assessed yet.