Object`fields` are not collapsed into groups of 100
Open
P3
screen: debugger
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
Judging by the [implementation](https://github.com/flutter/devtools/blob/master/packages/devtools_app/lib/src/shared/object_tree.dart#L779), instance fields are not collapsed into groups of 100. This will cause issues for the record types implementation, which uses fields (see https://github.com/flutter/devtools/issues/5035).
We should make sure that objects with a large number of fields have those fields grouped into collapsible sections of 100.
Contributor guide
Assessment
This issue has not been assessed yet.