http
http copied to clipboard
Question - multiple API calls using the HTTP package affect the performance of the app?
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?