onRefreshed() requires a Future<void> object to be returned
justrach opened this issue · 2 comments
justrach commented
However if you are using any state management system, you do not need this and it would not refresh at all. A solution that I found that might interest some would be by following links
fjugaldev commented
hey @justrach why will not work when using let's say flutter bloc? this component trigger the onRefreshed() method so then we can call any bloc method for reloading data or something like that? i think if we wrap the LiquidPullToRefresh around the BlocProvider maybe it can work or am i wrong?
fjugaldev commented
What you mean is that the onRefreshed() method must be of type Future? instead of Future