In this video I show how you can improve the performance of your flutter app using listview, and why is that the case that list view performs much better than a single child scroll view with a column inside.
0:00 Intro
1:30 Steps to render a recycle list
5:23 Recycle list in different platforms
7:12 Flutter navigation
11:45 Simple scroll implementation in flutter
15:40 Simple scroll performance overview
16:40 ListView implementation in flutter
18:30 ListView performance overview
This technique can also be used in other platforms with the android RecyclerView, iOS UICollectionView, and NPM package virtual-scroll.
Scroll vs pagination:
https://trends.google.com/trends/expl...
Draw:
https://excalidraw.com/#json=uZYXjx96...
Trends comparing different recycling scroll widgets:
https://trends.google.com/trends/expl...
Github repository:
https://github.com/ivofernandes/scrol...