flutter_slidable 0.4.3 flutter_slidable: ^0.4.3 copied to clipboard
A Flutter implementation of slidable list item with directional slide actions that can be dismissed.
0.4.3 #
Fixed #
- https://github.com/letsar/flutter_slidable/issues/23 (Issue with Drawer delegate when different action count).
0.4.2 #
Fixed #
- https://github.com/letsar/flutter_slidable/issues/22 and https://github.com/letsar/flutter_slidable/issues/24 (Issue with controller).
0.4.1 #
Added #
- The
SlidableController
class. - The
controller
argument onSlidable
constructors to enable keeping only oneSlidable
open.
0.4.0 #
0.3.2 #
Added #
- The
enabled
argument onSlidable
constructors to enable or disable the slide effect (enabled by default).
0.3.1 #
Fixed #
- https://github.com/letsar/flutter_slidable/issues/11 (slide action not rebuild after controller dismissed).
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.