renefloor / side_header_list_view

Listview with sticky headers like the Android contact page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not support RefreshIndicator.

edwardmelody opened this issue · comments

side_header_list_view: "^0.0.4"

It can not support RefreshIndicator.

So this is my hot fix.

In file side_header_list_view.dart.
At line 56 of ListView.builder. I add

physics: const AlwaysScrollableScrollPhysics(),

to fix it.