Releases: letsar/flutter_slidable
Releases · letsar/flutter_slidable
0.4.1
0.4.0
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
Added
Slidable.builder
constructor.- Vertical sliding.
Changed
- The slide actions are now hosted in a
SlideActionDelegate
instead ofList<Widget>
inside theSlidable
widget. - The
leftActions
have been renamed toactions
. - The
rightActions
have been renamed tosecondaryActions
.