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

on calling onEndOfPage, it is resetting the page #18

Closed UjjwaRaijada closed 3 years ago

UjjwaRaijada commented 3 years ago

Every time I call a function on onEndOfPage, it is resetting the whole page and starting from the first value. Any help will be appreciated.