TatsuUkraine / flutter_sticky_infinite_list

Multi directional infinite list with Sticky headers for Flutter applications
BSD 2-Clause "Simplified" License
341 stars 31 forks source link

Divider #42

Open wiradikusuma opened 4 years ago

wiradikusuma commented 4 years ago

It would be great if dividers can be added without much hassle. I've made a fork, and have divider working, but I'm lazy so it only works for my use case (forward-only, vertical-only list).

https://github.com/wiradikusuma/flutter_sticky_infinite_list/commit/7d37eaa0209eed1f7c0b9dd3812c61fdc3904647

Hopefully I can implement a proper solution and submit a pull request. Or maybe some other brave soul would do it first #hint