inside the Listview widget if the list.generate with 1000 items then the UI freeze why ? and how to solve this issue ?
#widget
Answer
Overview
ListView with 1000 items causes UI freeze because all 1000 items are built and laid out at once. The solution is to use with pagination or infinite scroll to render only visible items.textListView.builder