-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectd: api docsIssues with https://api.flutter.dev/Issues with https://api.flutter.dev/f: scrollingViewports, list views, slivers, etc.Viewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team
Description
Use case
Developers wanting to optimize their scrolling lists will probably find SliverFixedExtentList quite easily.
However, if their use case turns out to require varied extents, they won't know about SliverVariedExtentList
because there is no breadcrumb to https://api.flutter.dev/flutter/widgets/SliverVariedExtentList-class.html from the docs in https://api.flutter.dev/flutter/widgets/SliverFixedExtentList-class.html
The opposite is already the case, though.
Proposal
Add a breadcrumb in the documentation for SliverFixedExtentList towards SliverVariedExtentList, similar to how SliverVariedExtentList links back to its sibling widget.
Note: We might want to fix #138912 first, before adding a link?
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectd: api docsIssues with https://api.flutter.dev/Issues with https://api.flutter.dev/f: scrollingViewports, list views, slivers, etc.Viewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team