Skip to content

How to Inspect Network Requests with the Flutter DevTools

Ever wanted to measure how long network requests take in your Flutter app without writing any code?

Then, just run your app and open the “DevTools Network Page” from the command palette.

As you use your app, all the network requests will be logged so you can inspect them. 👌


There’s so much more you can do with the Network View.

To learn more, I recommend reading this article:

Previous Next
Are global variables bad? VSCode Quick Fix: Create constructor for final fields, required named

Last update: 18 septembre 2023
Created: 18 septembre 2023