-
I have an AnimatedList that I'm trying to use in reverse, (to support scrolling to the "end") but when I use this DraggableScrollBar, It scrolls with the content instead of against it. basically, when…
-
Hi VTable Team
I am evaluating vtable to see if this will work for our usecase. I am impressed with the responsiveness and speed !
I have a further noob question. My usecase is that of highly sc…
-
### Steps to reproduce
See code example please.
### Expected results
When I scroll to items outside screen, their animation should start forwarding.
### Actual results
When I insert items i…
-
I miss the feature that items not only animate when being reordered but also when entering and leaving the list.
Is this possible?
-
## Problem description
I am trying to animate item insert to ScrollablePositionedList, but I didn't go far. It seems it can be easily achieved with https://api.flutter.dev/flutter/widgets/AnimatedLis…
-
## Request
When adding, removing, or changing the order of items in a ScrollableList or LazyBlock, the items are simply redrawn in the correct order, but they don't animate in an elegant way.
For ex…
-
Hi. This is a great library by all means. It is just missing animation from one indicator to another. That would be cool if I could show it animated to the user.
-
I am using an AnimatedList to display a list of elements that are added from the end of the list, each element of the list (object) is passed to a StatefulWidget which within its initState does a proc…
-
Hi !
I am using the animated list from https://api.flutter.dev/flutter/widgets/AnimatedList-class.html and created the sample project with flutter create --sample=widgets.AnimatedList.1 mysample
…
-
Just tried wrapping the Animated Item in [Dismissible](https://api.flutter.dev/flutter/widgets/Dismissible-class.html), but getting an error https://stackoverflow.com/questions/55792521/how-to-fix-a-d…