Facing performance issue on Android
In my Flutter app, I'm displaying a lot of images in a scrollable view. On Android, the screen freezes for 7–8 seconds, sometimes crashes, and becomes unscrollable. It works fine on iOS.
Any suggestions on how to optimize or fix this?
Using
latest Flutter version
CachedNetworkImage
Thanks in advance!
Tryed preaching, sliver list,listview builder