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

[FIX] #17 - Fast scroll not calls onEndPage on iOS #23

Closed thierryoliveira closed 5 months ago

thierryoliveira commented 1 year ago
alexrabin commented 1 year ago

@thierryoliveira Did you test this on Android? I'm concerned this would break other platforms

thierryoliveira commented 1 year ago

@alexrabin Yes, I tested in both platforms using the example project and using the project that I was working.

Android: android-example

iOS: ios-example