Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The problem with using a ListView.builder as a child of a ScrollView, ListView or another ListView.builder in Flutter is that it can lead to rendering all the views in the list, even if they are not currently visible on the screen. This can cause performance issues and slow down the app. Instead, it is recommended to use a single ListView.builder or use the Sliver family widgets which are designed to work together efficiently.