flutter-draggable-scrollbar icon indicating copy to clipboard operation
flutter-draggable-scrollbar copied to clipboard

Allow AnimatedList as a child

Open volgin opened this issue 7 years ago • 0 comments

I replaced:

final BoxScrollView child;

with

final AnimatedList child;

and everything worked like a charm. The problem, of course, is that I will have to remember to do it again when and if the plugin updates.

It will be nice to allow AnimatedList as a child. There is already child.scrollDirection == Axis.vertical, so passing any Widget with scrollDirection should work.

volgin avatar Dec 18 '18 22:12 volgin