Open
Description
ListView is very very common in examples, but for a lot of scrolling effects, hey are more easily and performantly achieved with a CustomScrollView.
In general, a lot of users start with a ListView, and then nest additional scrolling contents within using shrinkwrap. This is an anti-pattern. By including more examples of CustomScrollView in places like
- the website
- the API docs
- Flutter Gallery
- flutter/samples
- codelabs
- cookbooks
and elsewhere, we can make this option more readily available to developers. To be clear, we don't need to remove use of ListView - just pepper in an even balance of CustomScrollView as well.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo