- Flutter Favorite package logo
- Complete package rewriting in order to be more flexible and simple to use.
- Null Safety Support
- Formatting issues
- Color issue in SlideAction
- Static Analysis issues
- Ripple effect when tapping on the IconSlideAction (letsar#89)
- Option to make the widget non-dismissible by dragging (letsar#101)
- Fix SlidableDrawerActionPane when different than 2 actions (letsar#74).
- Add check for null value in dismissal field, in getter for _dismissThreshold (letsar#71).
- Fix SlidableDrawerActionPane onTap issue (letsar#73).
iconWidgetparameter for SlideAction which allows full customization of the displayed icon.
- 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.
- Fix the end extend of actions in dismiss animation (letsar#38).
- onSlideAnimationChanged and onSlideIsOpenChanged on
SlidableController.
- letsar#31 (Issue with dismiss animation).
- Reduce the possibilities for the flutter/flutter#11895 issue to happen.
- The
foregroundColorparameter onIconSlideActionclass.
- The
closeOnCanceledparameter onSlideToDismissDelegateclasses.
- letsar#23 (Issue with Drawer delegate when different action count).
- The
SlidableControllerclass. - The
controllerparameter onSlidableconstructors to enable keeping only oneSlidableopen.
- The
SlidableRenderingModeenum. - The
SlideActionTypeenum. - The
SlideToDismissDelegateclasses.
- Added a renderingMode parameter in the
SlideActionBuildersignature.
- The
enabledparameter onSlidableconstructors to enable or disable the slide effect (enabled by default).
- letsar#11 (slide action not rebuild after controller dismissed).
- The
closeOnTapparameter on slide actions to close when a action has been tapped. - The
closeOnScrollparameter onSlidableto close when the nearestScrollablestarts to scroll. - The static
Slidable.offunction.
- The
dragExtentfield inSlidableDelegateContexthas been changed todragSign.
Slidable.builderconstructor.- Vertical sliding.
- The slide actions are now hosted in a
SlideActionDelegateinstead ofList<Widget>inside theSlidablewidget. - The
leftActionshave been renamed toactions. - The
rightActionshave been renamed tosecondaryActions.
- Initial Open Source release.