hyochan / flat_list

Flutter's [FlatList] widget for React Native friendly developers
MIT License
10 stars 3 forks source link

fix: scrolls when list smaller than viewport #6

Closed brysem closed 1 year ago

brysem commented 1 year ago

Fixes https://github.com/hyochan/flat_list/issues/5

Sorry about the auto-formatting gone on.

I moved the logic for detecting when end has reached by creating two boolean methods and applying AlwaysScrollablePhysics to the list. The onRefresh and onEndReached events are now properly triggered for a list of any size.

brysem commented 1 year ago

Thanks for the quick version release! It's working as expected in my own app now! 🚀