Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

51 lines (36 loc) · 1.29 KB

[2.2.2] - 2021-12-29

  • fix bug 24.

[2.2.1] - 2021-11-24

  • seems like 2.2.0 forgot some thing?

[2.2.0] - 2021-11-24

  • remove the unnecessary crossAxisSpacing staff.

[2.1.0-alpha.1] - 2021-11-4

  • add ReorderableSliverGridView.count.

[1.2.0-alpha.1] - 2021-9-25

  • look like the official MultiDragGestureRecognizer api has changed after(maybe earlier) flutter 2.5.1

[1.1.0] - 2021-8-2

  • 1.1.0-alpha.4 is ok, release version.

[1.1.0-alpha.4] - 2021-7-28

  • support alpha.3. For the merge mistake.

[1.1.0-alpha.3] - 2021-7-27

  • update dragWidgetBuilder(child) to dragWidgetBuilder(index, child)

[1.1.0-alpha.2] - 2021-7-27

  • add option dragWidgetBuilder, can config custom drag widget.
  • add option scrollSpeedController, can config the scroll speed.

[1.1.0-alpha.1] - 2021-7-26

  • fix childAspectRatio bug

[1.1.0-alpha] - 2021-7-25

  • use new impl correspond to new reorderable_listview impl
  • add drag scroll ability
  • deprecate option antiMultiDrag

[1.0.0] - 2021-6-25

  • add null-safety
  • add option antiMultiDrag

[0.0.2+2] - 2021-4-14

  • add GridView construct params, like physics etc.

[0.0.2+1] - 2021-02-04

fix add footer issue

[0.0.2] - 2021-02-04

fix grid gap, calculate item position issue.

[0.0.1] - TODO: Add release date.

  • TODO: Describe initial release.