Dimibe / grouped_list

A Flutter ListView in which items can be grouped into sections.
https://pub.dev/packages/grouped_list
MIT License
391 stars 107 forks source link

Can separator be set to null? Because after setting itemExtent, the height doubles #178

Open sman-cn opened 1 year ago

sman-cn commented 1 year ago

After set itemExtent, I found that the height is multiplied, and I also found that a separator is added to each row. I am a Flutter beginner, is there any other way to solve this problem?