I have created the basic flutter app with API integration. Now few API calls give the instant response the few are very slow. I need to find which calls are giving me a slow response.
Asked
Active
Viewed 2,073 times
0
-
Does this answer your question? [Dart is there a way to measure execution time for a small code](https://stackoverflow.com/questions/16955157/dart-is-there-a-way-to-measure-execution-time-for-a-small-code) – luke77 Aug 14 '21 at 08:46
1 Answers
2
The new Flutter DevTools actually has a panel where you can see all your API requests similar to the browser network tab.
You need to run your app in debug mode then open DevTools and go to the Network Panel to see them.

Ali Qanbari
- 2,923
- 1
- 12
- 28