google / flutter.widgets

Home Page:https://pub.dev/packages/flutter_widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ScrollablePositionedList] Scrollbar drops to bottom for slight downward drag

ankitkapoor2493 opened this issue · comments

Problem description

Version 0.3.8

Steps to reproduce

  1. Can use example project
  2. Set orientation to vertical
  3. Set initialScrollIndex to last element index
  4. Scroll upwards using scrollbar and then drag it slight downward.

Expected behavior

  1. List should be scrolled based on drag intensity.

Actual behavior

  1. List suddenly jumps to bottom of list.

Environment

  1. Windows/Macos

Additional details

  1. Can also be replicated after ScrollTo is used.

same issue, may I ask if this problem has been solved?