flutter / website

Flutter documentation web site

Home Page:https://docs.flutter.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[PAGE ISSUE]: 'Scrolling widgets'

syntacticsugarllc opened this issue · comments

Page URL

https://docs.flutter.dev/ui/widgets/scrolling/

Page source

https://github.com/flutter/website/tree/main/src/ui/widgets/scrolling.md

Describe the problem

You've included NotificationListener class here, which I believe is a mistake.

Expected fix

Remove NotificationListener from the scrolling widgets page.

Additional context

No response

I would like to fix this problem.

  • I will try and fix this problem on docs.flutter.dev.

Thanks for opening an issue and considering this!

Often NotificationListener ends up being quite relevant for scrolling due to various ScrollNotification sent during scrolling.

Potentially the NotificationListener API docs should have some more cross-links or examples, but my feeling is that it's still a useful part of the Scrolling category in the widget catalog. What do you think?

If you think the NotificationListener API docs should be expanded though, please open an issue on the flutter/flutter repository with details on what you think would be helpful. Thanks :D

Makes sense, sounds good!