QuirijnGB / lazy-load-scrollview

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

Cannot use with RefreshIndicator #9

Open akkivarma opened 3 years ago

akkivarma commented 3 years ago

When this widget is kept under RefreshIndicator widget, the pull to refresh doesn't work. Maybe the RefreshIndicator widget is not receiving the scroll notification. It worked when I inverted the widgets i.e kept RefreshIndicator under LazyLoadScrollView widget.

Trend74X commented 1 year ago

any solutions?

aakok commented 1 year ago

Will this be handled? Just curious.