Improve rendering of Uint8List (and friends) in the debugger #4213
Labels
in debugger
Relates to the debug adapter or process of launching a debug session
is enhancement
relies on sdk changes
Something that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
List
a
looks like a list, but the others do not:In the VM Service traffic, we can see the item has a
length: 6
so we might be able to present it the same as a standardList
:The text was updated successfully, but these errors were encountered: