flutter_slidable 1.0.0-dev.3 flutter_slidable: ^1.0.0-dev.3 copied to clipboard
A Flutter implementation of slidable list item with directional slide actions that can be dismissed.
1.0.0-dev.3 #
Changed #
- Fixes Dismissal issue with endActionPane (https://github.com/letsar/flutter_slidable/issues/216).
0.5.4 #
Added #
- Ripple effect when tapping on the IconSlideAction (https://github.com/letsar/flutter_slidable/pull/89)
- Option to make the widget non-dismissible by dragging (https://github.com/letsar/flutter_slidable/pull/101)
0.5.3 #
Fixed #
- Fix SlidableDrawerActionPane when different than 2 actions (https://github.com/letsar/flutter_slidable/pull/74).
0.5.2 #
Fixed #
- Add check for null value in dismissal field, in getter for _dismissThreshold (https://github.com/letsar/flutter_slidable/pull/71).
0.5.1 #
Fixed #
- Fix SlidableDrawerActionPane onTap issue (https://github.com/letsar/flutter_slidable/pull/73).
0.5.0 #
Added #
iconWidget
parameter for SlideAction which allows full customization of the displayed icon.
Modified #
- Change the SlidableDelegate to a widget. The field is renamed
actionPane
. - Change the SlideToDismissDelegate to a SlidableDismissal widget that takes another widget as a child. The field is renamed
dismissal
.
0.4.9 #
Fixed #
- Fix the end extend of actions in dismiss animation (https://github.com/letsar/flutter_slidable/pull/38).
0.4.7 #
Fixed #
- https://github.com/letsar/flutter_slidable/issues/31 (Issue with dismiss animation).
0.4.6 #
Modified #
- Reduce the possibilities for the https://github.com/flutter/flutter/issues/11895 issue to happen.
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
parameter onSlidable
constructors to enable keeping only oneSlidable
open.
0.4.0 #
0.3.2 #
Added #
- The
enabled
parameter 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
parameter on slide actions to close when a action has been tapped. - The
closeOnScroll
parameter 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.