Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert AnimatedList to a sliver #11339

Closed
Hixie opened this issue Jul 21, 2017 · 4 comments · Fixed by #42485
Closed

Convert AnimatedList to a sliver #11339

Hixie opened this issue Jul 21, 2017 · 4 comments · Fixed by #42485
Labels
f: scrolling Viewports, list views, slivers, etc. framework flutter/packages/flutter repository. See also f: labels. team Infra upgrades, team productivity, code health, technical debt. See also team: labels.

Comments

@Hixie
Copy link
Contributor

Hixie commented Jul 21, 2017

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 to be a SliverAnimatedList.

cc @HansMuller

@Hixie Hixie added framework flutter/packages/flutter repository. See also f: labels. f: scrolling Viewports, list views, slivers, etc. team Infra upgrades, team productivity, code health, technical debt. See also team: labels. labels Jul 21, 2017
@Hixie Hixie added this to the 4: Make shippers happy milestone Jul 21, 2017
@passsy
Copy link
Contributor

passsy commented Nov 20, 2017

I'd love to have an AnimatedGrid to build things like this:

https://github.com/ollija/react-native-sortable-grid

@passsy
Copy link
Contributor

passsy commented Jan 9, 2018

//cc @HansMuller

@goderbauer
Copy link
Member

We should re-apply #28834, which adds a SliverAnimatedList, but was reverted due to a merge conflict.

@passsy that sounds like a separate feature request. You probably want to file a new feature request for that.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
f: scrolling Viewports, list views, slivers, etc. framework flutter/packages/flutter repository. See also f: labels. team Infra upgrades, team productivity, code health, technical debt. See also team: labels.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants