Skip to content

Releases: letsar/flutter_slidable

0.4.1

08 Aug 18:25
435ed7e
Compare
Choose a tag to compare

Added

  • The SlidableController class.
  • The controller argument on Slidable constructors to enable keeping only one Slidable open.

0.4.0

02 Aug 05:56
b0584c1
Compare
Choose a tag to compare

Dismiss feature

Added

  • The SlidableRenderingMode enum.
  • The SlideActionType enum.
  • The SlideToDismissDelegate classes.

Modified

  • Added a renderingMode parameter in the SlideActionBuilder signature .

0.3.0

23 Jul 20:47
071a798
Compare
Choose a tag to compare

Added

  • The closeOnTap argument on slide actions to close when a action has been tapped.
  • The closeOnScroll argument on Slidable to close when the nearest Scrollable starts to scroll.
  • The static Slidable.of function.

Changed

  • The dragExtent field in SlidableDelegateContext has been changed to dragSign.

0.2.0

22 Jul 14:58
Compare
Choose a tag to compare

Added

  • Slidable.builder constructor.
  • Vertical sliding.

Changed

  • The slide actions are now hosted in a SlideActionDelegate instead of List<Widget> inside the Slidable widget.
  • The leftActions have been renamed to actions.
  • The rightActions have been renamed to secondaryActions.