Skip to content

CarouselView infinite scroll #161369

Description

@cedvdb

Use case

Currently there is a start and an end to the carousel. However a common use case is to have a carousel where the items repeat themselves.

The idea is to not have a hole on the side when the scroll extent is at the edge, so instead of this:

image

The hole on the left side of the first item, could be replaced by the last item.

Proposal

CarouselView(
  isInfinite: true,
  // ...
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Flutterf: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.team-designOwned by Design Languages teamtriaged-designTriaged by Design Languages team

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions