google / flutter.widgets

https://pub.dev/packages/flutter_widgets
BSD 3-Clause "New" or "Revised" License
1.38k stars 488 forks source link

[ScrollablePositionedList] Scrollbar drops to bottom for slight downward drag #497

Open ankitkapoor2493 opened 1 year ago

ankitkapoor2493 commented 1 year ago

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.
lijiankun24 commented 7 months ago

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