flutter_draggable_gridview_haoxin 1.0.2 flutter_draggable_gridview_haoxin: ^1.0.2 copied to clipboard
This package helps you to add drag & drop functionality to exising Gridview.builder.
[1.0.1] - 2023-03-16 #
- Fixed bug.
[1.0.0] - 2022-07-13 #
- 添加完成回调
[0.0.8] - 2022-07-13 #
- Fixed bug.
[0.0.7] - 2022-07-13 #
- Added dragged listener to the DraggableGridItem.
- Updated example with scroll controller.
[0.0.6] - 2022-06-23 #
- Added old-index and new-index parameters in onAccept callback.
- Replaced abstract classes with simple callbacks.
[0.0.5] - 2022-05-16 #
- Fixed bug.
[0.0.4] - 2022-03-23 #
- Resolved drag issue.
[0.0.3] - 2021-12-22 #
- Code refactored.
[0.0.2] - 2021-12-22 #
- Package supports enable/disable dragging the grids.
[0.0.1] - 2021-08-09 #
- Initial release.