Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
82 views
in Technique[技术] by (71.8m points)

How to get last child in flutter listview?

I want to get last child postion in listview, but, unfortunately, I could find any method which return the last child in the list. I came through many stackoveflow questions, but they provide methods which I can't access? Could you help with that issue? Do these methods deprecated? Any help is appreciated.

Methods i found: listView.getChildAt(pos) listView.getLastVisiblePosition();

question from:https://stackoverflow.com/questions/65831557/how-to-get-last-child-in-flutter-listview

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...