Not able to copy network response
After Post call not able to copy the response . Copy icon at top is also not working
DevTools version: 2.28.2 IDE: VSCode Connected Device: CPU / OS: arm64 (64 bit) android Connected app type: Flutter native (debug build) Dart Version: 3.2.0 Flutter Version: 3.16.0 / stable Framework / Engine: db7ef5bf9f / 74d16627b9
@CoderDake @DanTup
Copying using the copy button has recently been fixed by @CoderDake but wasn't included in the latest stable release - https://github.com/flutter/devtools/pull/6598
Copying with Cmd+C is indeed broken and needs some more investigation. When I recently tested it it seemed to be intermittent - sometimes it would copy the right content, and other times it would copy parts of the background with no text. There's an issue tracking that in the Dart-Code repo at https://github.com/Dart-Code/Dart-Code/issues/3488.