renefloor / side_header_list_view

Listview with sticky headers like the Android contact page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Item Height

workerbee22 opened this issue · comments

Thanks for the package but it would be great if the Item height did not have to be of fixed height.

@workerbee22 I know right, but that was the only way to get this working. See this flutter issue: flutter/flutter#19941. I can only calculated the index by doing controller.offset/widget.itemExtend, so that has to be constant.

Simple and elegat logic but - fixed height