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

when reaches the bottom, does infinite loop calls. #6

Closed jahiron closed 3 years ago

jahiron commented 4 years ago

When scrolling and reaches the bottom, does infinite loop calls. Should verify if position.pixels == position.maxScrollExtent and if true do another call.

QuirijnGB commented 4 years ago

Heya, I havent been able to reproduce it myself. Can you post a project i can run? Also accepting PRs :)