aagarwal1012 / Liquid-Pull-To-Refresh

🔁 A custom refresh indicator for flutter.
https://pub.dev/packages/liquid_pull_to_refresh
MIT License
1.24k stars 92 forks source link

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

Open justrach opened 2 years ago

justrach commented 2 years ago

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

https://github.com/dart-lang/sdk/issues/32443#issuecomment-697310800

fjugaldev commented 11 months ago

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 11 months ago

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