aagarwal1012 / Liquid-Pull-To-Refresh

🔁 A custom refresh indicator for flutter.

Home Page:https://pub.dev/packages/liquid_pull_to_refresh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onRefreshed() requires a Future<void> object to be returned

justrach opened this issue · comments

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

dart-lang/sdk#32443 (comment)

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?

What you mean is that the onRefreshed() method must be of type Future? instead of Future