Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1019 Bytes

File metadata and controls

27 lines (15 loc) · 1019 Bytes

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:


Found this useful? Show some love and share the original tweet 🙏


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