2

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

tom3800
  • 99
  • 1
  • 3
  • 8

1 Answers1

1

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

Pavel
  • 5,374
  • 4
  • 30
  • 55