website icon indicating copy to clipboard operation
website copied to clipboard

Add dedicated section for scrolling best practices on the website

Open Piinks opened this issue 2 years ago • 0 comments

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(😱)))

Piinks avatar Dec 01 '22 23:12 Piinks