ListView vs ListView.builder - Flutter

Опубликовано: 05 Октябрь 2024
на канале: DeveloperXon
1,191
17

FLutter provides four ways of creating a ListView-

1. ListView
2. ListView.builder
3. ListView.custom
4. ListView.separated
Here, in this video, we will know about the difference between creating ListView using the default constructor and creating ListView using the ListView.builder().

ListView using the default constructor -    • How to create a ListView in Flutter?  

ListView using ListView.builder() -    • ListView.builder in flutter  

Read here (with code) -   / difference-between-listview-and-listview-b...