ListView in Flutter | ListView Builder in Flutter | ListView Seperated | Dynamic ListView in Flutter

preview_player
Показать описание
This video is about how to create different types of ListView in Flutter.
In this video I have covered there variations of ListView:
- ListView with Static Data (Static ListView)

For any doubt or any specific video do comment.
I will try to cover that in upcoming videos.
Enjoy learning... :)
Рекомендации по теме
Комментарии
Автор

I am loading json in a listview and i have 2 text returning in a listview. How i can make the text gone if the key in the json is not exist? Like "if json contain in a position key "sample" set text visibility to visible else set visibility to GONE.

b_rabbit