flutter / flutter/devtools

Object`fields` are not collapsed into groups of 100

Open
#5,036 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.