flutter_draggable_gridview 0.0.12
flutter_draggable_gridview: ^0.0.12 copied to clipboard
This package helps you to add drag & drop functionality to existing Gridview.builder.
0.0.11 - 2024-04-19 #
- Fixed known issues [#21]
- Minor improvements
0.0.10 - 2024-03-08 #
- Updated example and changes into library
- Replaced deprecated methods with latest methods
0.0.9 - 2023-12-05 #
- Resolved github issue [#20]
- Minor improvements
0.0.8 - 2023-05-03 #
- Resolved github issue [#18]
- Minor improvements
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.