flutter_draggable_gridview 0.0.13
flutter_draggable_gridview: ^0.0.13 copied to clipboard
This package helps you to add drag & drop functionality to existing Gridview.builder.
0.0.11 #
- Fixed known issues [#21]
- Minor improvements
0.0.10 #
- Updated example and changes into library
- Replaced deprecated methods with latest methods
0.0.9 #
- Resolved github issue [#20]
- Minor improvements
0.0.8 #
- Resolved github issue [#18]
- Minor improvements
0.0.7 #
- Added dragged listener to the DraggableGridItem.
- Updated example with scroll controller.
0.0.6 #
- Added old-index and new-index parameters in onAccept callback.
- Replaced abstract classes with simple callbacks.
0.0.5 #
- Fixed bug.
0.0.4 #
- Resolved drag issue.
0.0.3 #
- Code refactored.
0.0.2 #
- Package supports enable/disable dragging the grids.
0.0.1 #
- Initial release.