fluttercommunity / fluttercommunity/flutter-draggable-scrollbar

Allow AnimatedList as a child

Open
#9 0 comments 3 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
442
Forks
72
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.