reorderable_staggered_grid_view 0.1.0+1
reorderable_staggered_grid_view: ^0.1.0+1 copied to clipboard
A Flutter package for creating reorderable and staggered grid views.
0.1.0+1 #
- Format dart code
0.1.0 #
- NEW: Add two callbacks -
onMove()
andonLeave()
- NEW: Rename
offsetWhenAppear
->startingOffset
and make it open in the initialization constructor ofReorderableStaggeredGridViewItem
. - FIX: Do not recalculating coordinates when a new offset animation starts before the forst animation completed
- FIX: Optimize repaintings when dragging has ended, but the order of the elemets has not changed
0.0.1+1 #
- Fix the generation of grid elements in the example.
0.0.1 #
- Initial release.