flutterchina / azlistview

A Flutter sticky headers & index ListView. Flutter 城市列表、联系人列表,索引&悬停。
BSD 3-Clause "New" or "Revised" License
1.14k stars 282 forks source link

How to add a header #67

Open AhmadFadilB opened 3 years ago

AhmadFadilB commented 3 years ago

How do you add a header or just any widgets above the listview but they are on the same scrollview. It's possible to just use a column and put the azlistview last. But the other widgets would just simlpy stay at the top of the screen and can't be scrolled. I think it's possible if the azlistview has a shrinkWrap and physics property so we can wrap it inside a singlechildscrollview , but alas it doesn't.

I just want to show a searchbar at the top with the listview below it.