-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitycustomer: googleVarious Google teamsVarious Google teamsf: 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.
Description
Use case
Many other frameworks come with this feature out of the box. There are 5 packages that provide sticky headers, none of which work properly in a CustomScrollView with a center key on a Sliver (sticky_headers doesn't even work with CustomScrollView). Each tries to make up for the failings of the other.
https://pub.dev/packages/flutter_sticky_header
https://pub.dev/packages/sticky_headers
https://pub.dev/packages/sticky_and_expandable_list
https://pub.dev/packages/sticky_infinite_list
https://pub.dev/packages/sticky_and_expandable_list
Proposal
SliverPersistantHeader really should have a property (sticky) that allows for sticky headers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitycustomer: googleVarious Google teamsVarious Google teamsf: 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.
Type
Projects
Status
Done
