reorderable_grid_view 2.2.6-alpha.3 reorderable_grid_view: ^2.2.6-alpha.3 copied to clipboard
Reorderable Grid View
[2.2.6-alpha.3] - 2022-12-3 #
- fix can drag over whole screen issue. https://github.com/huhuang03/reorderable_grid_view/issues/52.
- fix sliver update for gap child is null issue.
[2.2.6-alpha.2] - 2022-11-1 #
- fix drag info pos in nested navigator. https://github.com/huhuang03/reorderable_grid_view/issues/49
[2.2.6-alpha.1] - 2022-10-30 #
- add ReorderableSliverGridView option header and footer. https://github.com/huhuang03/reorderable_grid_view/issues/49
[2.2.5] - 2022-9-8 #
[2.2.4] - 2022-8-17 #
- release 2.2.4
[2.2.3-alpha.5] - 2022-7-4 #
- fix reorderable item find next/previous pos.
[2.2.3-alpha.4] - 2022-7-4 #
- add option
mainAxisExtent
by https://github.com/huhuang03/reorderable_grid_view/pull/36 - add option
dragStartDelay
by https://github.com/huhuang03/reorderable_grid_view/pull/35 - add option
placeholder
by https://github.com/huhuang03/reorderable_grid_view/pull/28
[2.2.3-alpha.3] - 2022-6-7 #
- add option
header
in Reorderable.count
, and please notice header and footer is only supportReorderable.count
[2.2.3-alpha.2] - 2022-5-30 #
- add OnDragStart
[2.2.3-alpha.1] - 2022-5-9 #
- add placeholderBuilder
[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.