Native scroll experience on Flutter
Feb 17, 2025 · 2 min read · Flutter ListView widget is feature rich and performant for short dataset. However on displaying large dataset we can see visible janks and spike in memory consumption. An performant solution to displaying large dataset is to paint them on a Canvas. F...
Join discussion