Flutter devtools network not receives any request

2.4k Views Asked by At

I tried to inspect my requests in DevTools, but I've only got "showing 0 of 0 requests" with a spinner going constantly in network tab(Nothing shows here). DevTools network tab

I am pretty sure that I've send few requests(since I can see the logs).

Here's my environment: Build environment

BTW, I use dio package to send requests.

1

There are 1 best solutions below

0
Kurt On BEST ANSWER

After searching for a while, I've found that this was a bug for a year ago and still not fixed..

Here's the issue on Github.

Sometimes it works, but mostly it is broken.

Just re-run the app til it works.