App Crashes on Android and iOS when too many back and forth from different pages with PNGs

I'm developing an app using FlutterFlow and have integrated crash analytics. In my app, there are images on the homepage. When I navigate between pages and return to the homepage where the images are, it crashes after about 15 round trips if there are 6 different images, and after about 37 if there are 3 different images. Interestingly, if the 6 images are the same, it crashes after approximately 77 round trips.

Thanks to some analysis and Crash analytics, I know that Image are posing an issue. But impossible for me to figure why and how to solve it.

I tried with Asset Image, URL Image (with and without Cache).

Has anyone solved this issue ?

3
3 replies