devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Not able to copy network response

Open rockeypandit opened this issue 2 years ago • 5 comments

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

rockeypandit avatar Dec 12 '23 20:12 rockeypandit

@CoderDake @DanTup

kenzieschmoll avatar Dec 12 '23 21:12 kenzieschmoll

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.

DanTup avatar Dec 13 '23 14:12 DanTup