My flutter app is not smooth when sliding up and down using the list view
There are occasional freezes when scrolling up and down the page.From the captured trace file, it can be seen that the call to SnapshotDisplayList(impeller) is abnormally time-consuming, and there is a call to AllocateVulkanMemory, which does not seem normal.
abnormal condition
Normal Condition