I am facing an issue, There is one screen where I am calling an API and getting data but when I go on any other screen to do some work and when I come back to the home screen (main screen where I am calling API) It again call for an API and I am using loader till data is getting fetched from API. So it feels frustrating when it always calls an API.
Is there any feature or anything that I can use to keep my fetched as it is until I close my app in flutter?
Here is a video of an issue that I am facing, every time I come on the dashboard It calls an API to fetch that image, is there any way that I can keep this image here permanently because this image is going to change on daily basis?