QuirijnGB / lazy-load-scrollview

A wrapper for a Flutter ScrollView which enables lazy loading
BSD 2-Clause "Simplified" License
109 stars 26 forks source link

RefreshIndicator stops working when #4

Closed Sameerkash closed 4 years ago

Sameerkash commented 4 years ago

RfreshIndicator stops working when LazyLoadScrollView is added to the tree. This makes it really inconvenient as Most ListViews fetching data have a RefreshIndicator. It would be nice if RehreshIndicator still works with LazyLoad

dodancs commented 4 years ago

Same problem here!

sharpsan commented 4 years ago

I'm sure you aware of the issue by now, just wanted to report that I am experiencing this issue as well.

QuirijnGB commented 4 years ago

Hey thanks for raising this. A kind contributor made it possible https://github.com/QuirijnGB/lazy-load-scrollview/pull/5 v1.1.0 should be available now :)

Feel free to leave a comment if it doesn't works as expected