Daniel Chevalier

Results 38 comments of Daniel Chevalier

Progress for additional network logging support is is being tracked here: https://github.com/flutter/devtools/issues/7764 I'll close this as a duplicate. ---- RE your additional request: Those requests can be filtered out using...

@sbatezat are you using windows? there is currently a bug that looks similar to what you are seeing.

I made another version that just copies the controller and screen over, so this PR will be more simple. https://github.com/flutter/devtools/pull/7738

Hmm this is curious. Could you please "Toggle Developer Tools" if you are in VSCode. Then see if there are any errors in the console that seem relevant?

@kenzieschmoll How would you feel about this being '--unsecured' instead? I feel like `--no-secret` implies that the functions requiring a secret, no longer need one. Which is different from the...

I've improved the Json experience in #7596 which should help add selection with normal text view, and also some copy buttons to help make navigating the responses more convenient. If...

The DevTools team is looking to use Selection area for making sections easily selectable. We would definitely benefit from being able to format the text being selected, before it goes...

What kind of information are you looking to copy? In the response tab there is currently lots of options for copy. On the Overview and Headers tab you should be...

Without a larger refactor we are limited to using those copy buttons on the response tab. The json viewer is limited to 1 line, so there is never a guarantee...