Skip to content

ReorderableList: Items jump when drag direction reverses mid-animation #173243

@lukemmtt

Description

@lukemmtt

When dragging in ReorderableListView, the items that shift to make room exhibit jumping behavior if drag direction is reversed before their animations complete.

demo2

Steps to Reproduce:

  1. Create a ReorderableListView with items
  2. Drag an item over others (causing them to animate out of the way)
  3. Before those animations complete, drag back in the opposite direction
  4. The shifting items jump instead of smoothly reversing

Expected:
Items making room should smoothly transition from their current animated position when drag direction changes.

Actual:
Items snap back to their original positions before animating to new targets, causing visual jumps.

Environment:

  • Flutter version: stable channel
  • Platform: all platforms

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listf: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionteam-designOwned by Design Languages teamtriaged-designTriaged by Design Languages team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions