-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not implement ScrollController for load more functionality #24
Comments
@santoshpro95 |
@Dimibe Can you please give me example to implement loadMore functionality using GroupedItemScrollController. Thanks |
Hi @Dimibe GroupedItemScrollController only has the method jumpTo and scrollTo. |
@bezaou Which method would you expect on the GroupedItemScrollController? |
@Dimibe
_scrollController is a ScrollController in which I can add a listener Whenever it reaches the end of the list, it can load new entities
|
@bezaou @santoshpro95 I think that I understand the issue now. As mentioned in the readme this package is based on the scrollable_positioned_list and not on the standard list view. Because of that you must use the itemPositionsListener property instead of the scrollController to add listeners. For an example please have a loo at the scrollable_positioned_list package and its examples. |
@bezaou did you find any way how to implement 'load more' feature for this kind of list? |
I currently stopped working on the project, but the following used to work as far as I remember, please test it on your own.
|
Hi @bezaou Thanks for your solutions it works for some phones but on Samsung S10 its not detecting bottom. Can you please help? |
No description provided.
The text was updated successfully, but these errors were encountered: