flutterchina / azlistview

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

Package Performance Hit #86

Open b-cancel opened 1 year ago

b-cancel commented 1 year ago

Before I ask my question... the explanation of what I'm trying to achieve...

I have headers for each section A, B, etc...

I have the ability to scroll to a particular section because I know the height of . the headers . and how many items are in each section (all the contacts are of the same size)

At the moment I am using a CustomScrollView with a SliverFixedExtentList with a SliverChildBuilderDelegate