I have a DraggableScrollableSheet with a ListView, and inside that some flutter charts. When the draggable scrollable sheet go from minChildSize to maxChildSize the charts are constantly rebuilt, so it's laggy and with poor performance.
In this video, you can see what I mean. This is from the android emulator but is the same on my Huawei P30 Pro
I have a DraggableScrollableSheet with a ListView, and inside that some flutter charts. When the draggable scrollable sheet go from minChildSize to maxChildSize the charts are constantly rebuilt, so it's laggy and with poor performance.
In this video, you can see what I mean. This is from the android emulator but is the same on my Huawei P30 Pro
This is the code: