Flutter DevTools 2.20.1 network request and response tab empty

1.4k Views Asked by At

Flutter DevTools has recently been updated to version 2.20.1 and since then my request and response in the network tabs are empty. I can still see the headers of the request.

I have tried:

  • Re opening VS Code
  • Flutter clean
  • Deleting and reinstalling the Flutter and Dart package in VS Code
  • Switching to DevTools in my web browser

Any ideas of what the problem could be? Thank you.

enter image description here

2

There are 2 best solutions below

1
Pavel On

It's known issue with Flutter 3.7.0 – 3.7.1 – 3.7.2, DevTools 2.20.1

You can use workaround to run DevTools as Desktop app

0
thanhbinh84 On