Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter DevTools 2.20.1 network request and response tab empty

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

like image 872
tom3800 Avatar asked May 25 '26 19:05

tom3800


1 Answers

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

like image 194
Pavel Avatar answered May 28 '26 15:05

Pavel