Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 803 Bytes

CHANGELOG.md

File metadata and controls

28 lines (21 loc) · 803 Bytes

[0.0.1] - July 28 2019.

  • Project's initialization
  • Support only Horizontal direction
  • Support ItemBuilder like ListView, GridView

[0.0.2] - July 28 2019

  • Fix childCount wasn't integrated into SliverList

[0.0.3] - July 28 2019

  • Remove usages of infinite list
  • Prevent scrolling beyond the end

[0.0.4] - July 28 2019

  • Fix wrong addition into current offset in onHorizontalDragEnd

[0.0.5] - July 28 2019

  • Fix wrong addition into current offset in onHorizontalDragEnd (Pt. 2)

[0.0.6] - July 28 2019

  • Fix wrong addition into current offset in onHorizontalDragEnd (Pt. 3)

[0.0.7] - July 28 2019

  • Remove wrong condition in calculation of current offset

[0.1.0] - August 31 2019

  • Improve scrolling to end conditions
  • Add onSnap callback
  • Add example projects