http icon indicating copy to clipboard operation
http copied to clipboard

Question - multiple API calls using the HTTP package affect the performance of the app?

Open ShubhamHande99 opened this issue 2 years ago • 0 comments

Here's my use case: On the home screen,

I'm making a few API calls. Additionally, I want to upload stored data, which could involve 5 or more API calls. I'm considering using a for loop to make these calls.

My concern is whether it will affect the app performance. If yes, then what is the best way to achieve the above use case using the HTTP package?

ShubhamHande99 avatar Aug 07 '23 06:08 ShubhamHande99