Package does not work with AnimatedList
anthonysette opened this issue · 2 comments
anthonysette commented
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
@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
@anthonysette, I am closing this issue for now. Feel free to reopen it if any problem arises.