Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnsiTreeView: Increase the prefix of the last node if it's a List #208

Closed
nikosportolos opened this issue Sep 25, 2023 · 0 comments · Fixed by #209
Closed

AnsiTreeView: Increase the prefix of the last node if it's a List #208

nikosportolos opened this issue Sep 25, 2023 · 0 comments · Fixed by #209
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@nikosportolos
Copy link
Owner

Currently, the prefix of the last node is misscalculated when its type is a List.
It needs to be increased so it starts at the beginning of the parent node.

Example

┌─────────────────────┐
│_Map<String, dynamic>│
├─────────────────────┘
├── map
│   ├── id: 123
│   └── username: AnsiX
├── empty_map
│   └── (empty)
├── list
│   ├── This
│   ├── is
│   └── AnsiX
└── empty_list
   └── (empty)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant