website
website copied to clipboard
Add dedicated section for scrolling best practices on the website
These are the current scrolling references on the website:
- https://docs.flutter.dev/development/ui/widgets/scrolling
- https://docs.flutter.dev/development/ui/advanced/slivers
I think in general we should have a robust section of the website dedicated to scrolling best practices and troubleshooting scrolling issues and composition for users.
There should also be a section that discusses common anti-patterns, like SingleChildScrolllView(IntrinsicHeight(Column(😱)))