aagarwal1012 / Liquid-Pull-To-Refresh

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

Request add multi state features #5

Closed thanhhuan1990 closed 5 years ago

thanhhuan1990 commented 5 years ago

I think your solution is very good, it's look so pretty on my application. But I want to make a request for new feature: Multi state view

Describe the solution you'd like As I understand about your solution, PullToRefresh just work for ListView with data, empty list will not show any information. I hope you can support to add more state: Error, Empty. And user can still pull to refresh to retry or get new data from server in new state. At this version, if I use another widget to show another state, user cannot perform another action with your animation.

Thanks and Best regards, Thanh Huan

aagarwal1012 commented 5 years ago

@thanhhuan1990, thanks for raising the issue, we will surely look upon it.

MichaelSowah commented 5 years ago

I really want to use it but my problem is the fact that I cant throw in any other child unless its a scrollview so when I wrap my scrollbar around it, I get an error.... you cant change the background color too it picks your accentcolor by default and you cant do anything about....really want to use this but its a huge block for me