Search code examples
flutterdevtoolsdioflutter-devtools

Flutter devtools network not receives any request


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.


Solution

  • 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.