flutter_slidable 0.3.0 flutter_slidable: ^0.3.0 copied to clipboard
A Flutter implementation of slidable list item with directional slide actions.
0.3.0 #
Added #
- The
closeOnTap
argument on slide actions to close when a action has been tapped. - The
closeOnScroll
argument onSlidable
to close when the nearestScrollable
starts to scroll. - The static
Slidable.of
function.
Changed #
- The
dragExtent
field inSlidableDelegateContext
has been changed todragSign
.
0.2.0 #
0.1.0 #
- Initial Open Source release.