-
AnimatedList uses a pattern we know is bad: it provides the scroll view. This means, for example, that there's no way to combine the AnimatedList with a SliverGrid.
We should refactor AnimatedList …
Hixie updated
3 years ago
-
Hi! AnimatedList is too complicated when lots of things are going on. I rather have the component being fed the model and that the animated list itself decides what to do with it, ie what items are go…
-
Normally when I remove an element from the AnimatedList, the itemBuilder runs twice.
Is there any way to prevent this, why does it work like that?
![image](https://user-images.githubusercontent.co…
-
When updating a list in the middle of a scroll, animated list does not render all elements. Everything works as expected if the list is updated while scroll position is in the beginning of the list.
…
-
https://github.com/flutter/flutter/pull/42485 re-landed SliverAnimatedList. It also added sample apps for SliverAnimatedList and AnimatedList. Now that these changes have landed, it would be nice to p…
-
The whole greatness of animated list is when I add items programmatically to the list and the list starts to grow, the scroller is still on the same position as it was before. I think that is a UX bug…
-
Hi, it seems to me that I have encountered incorrect behavior of the animated list.
Watch the video, this is the official example from the link https://api.flutter.dev/flutter/widgets/AnimatedList-…
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows: ...
3. ...
![Screenshot (28)](https://user-images.githubusercontent.com/44166227/80496761-4043d900-89…
-
## Use case
Currently it is not possible to change the clip behavior of the AnimatedList widget because the clipBehavior for the inner CustomScrollView is not exposed.
## Proposal
Provide a…
-
**## Steps to Reproduce**
Go to: https://codelabs.developers.google.com/codelabs/flutter-firebase/#8
under "Use an AnimatedList" find FirebaseAnimatedList hyperlink and click on it. Goes to GitHu…