DavideBelsole / great_list_view

pub.dev library for flutter
MIT License
39 stars 21 forks source link

Adding Dividers / Separators #32

Open mregnauld opened 1 year ago

mregnauld commented 1 year ago

Not an issue but a feature request: is it possible to be able to add dividers, as in ListView.separated? I can't find any way or even workaround to achieve that.

Doing that by hand just by adding, let's say, a Divider on top (or bottom) of each item except the first one (or last one) leads to bugs when deleting the first (or last) item.

This is something really missing, in my opinion.

Thanks.