-
Is there any `AnimatedList` equivalent?
-
What are the possibilities of implementing `AnimatedList` to the package? If there is a possibly please consider it.
-
```typescript
{sortedCards.map(card => (
))}
```
-
## Use case
When a single item changes index within an AnimatedList, the animations are janky due to the item getting removed, then inserted at another location. Instead of the item performing hero'…
-
I found out that you are creating constructors for no reason when you don't do anything special for each constructor :
here check these constructors they have the same implementation but with differe…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
When i'm using the AnimatedList widget, there are many times where i need to insert more than one time at a time.
Just like a normal list provides an `insertAll` method, the AnimatedList widget shoul…
-
Hello,
Fixed the example so it works with the latest Flutter :)
I am noticing that the Slideable widget when dismissed emits a small error. Please see video. Any tips how to make this issue go a…
-
## Steps to Reproduce
When I used AnimatedList and remove an item from the list, it calls initState on all the children below the removed item, which causes a widget refresh.
Here's a gif re…
-
Hello.
It would be great if the animation parameter in [AnimatedList.deleteInsert] could be made optional, simply so we can use the [Dismissible] widget along with an [AnimatedList] without the ani…