Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 814 Bytes

CHANGELOG.md

File metadata and controls

44 lines (31 loc) · 814 Bytes

CHANGES

3.0.1

  • #94: Why can't forecast the move range when moveTarget is negative?

3.0.0 BREAKING

  • #92: Support for flutter 3

2.1.1

  • #73: Fix unwanted bounce when preferPosition cannot be reached.
  • #69: Fix assertion error

2.1.0

  • #45: support highlight builder
  • #61: don't check it if the scroll view is not scrollable
  • #63: fix assertion error

2.0.0 BREAKING enabled null safety.

1.0.6

  • support animated highlight

1.0.5

  • #17: scroll to a index when empty ScrollTag state shouldn't cause exception

1.0.4+1

  • fix leaks

1.0.4

  • #16: setState cancels highlight

1.0.3

  • #15: InputConnection closed when calling highlight()

1.0.2

  • #7: cast to RenderBox of ctx.findRenderObject()

1.0.1

  • adjustment for extension

1.0.0

  • public release