You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am making an infinite list.
So I want each time the user gets to the end of the list to load and add new items.
The entire list should not reload and I want only to show loading animation to the end of the list.
Describe the solution you'd like
Today I have to put a "loading" property, or creating a type to my state as AsyncLoading doesn't let me set the value.
I would like to be able to put a value to AsyncLoading so I can only check the loading state using Riverpod.
state =AsyncLoading.loadMore(previous: state);
ps: love your work on Riverpod. 🙏🏻
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am making an infinite list.
So I want each time the user gets to the end of the list to load and add new items.
The entire list should not reload and I want only to show loading animation to the end of the list.
Describe the solution you'd like
Today I have to put a "loading" property, or creating a type to my state as AsyncLoading doesn't let me set the value.
I would like to be able to put a value to AsyncLoading so I can only check the loading state using Riverpod.
ps: love your work on Riverpod. 🙏🏻
The text was updated successfully, but these errors were encountered: