aagarwal1012 / Liquid-Pull-To-Refresh

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

Package does not work with AnimatedList #24

Closed anthonysette closed 5 years ago

anthonysette commented 5 years ago

The package works great with lists but it would be nice to see functionality with the AnimatedList Widget

Describe the solution you'd like Add ability to use Animated List.

Describe alternatives you've considered I don't think there is an alternative apart from building list animations from scratch.

aagarwal1012 commented 5 years ago

@anthonysette, Liquid-pull-to-refresh require ScrollView in the child, so give a try to put the AnimatedList in the CustomScrollView and check if it works for now. Please give the status whether it works or not after you try the above suggestion.

aagarwal1012 commented 5 years ago

@anthonysette, I am closing this issue for now. Feel free to reopen it if any problem arises.