flutter_slidable 0.4.3 copy "flutter_slidable: ^0.4.3" to clipboard
flutter_slidable: ^0.4.3 copied to clipboard

outdated

A Flutter implementation of slidable list item with directional slide actions that can be dismissed.

0.4.3 #

Fixed #

0.4.2 #

0.4.1 #

Added #

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

0.4.0 #

Added #

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

Modified #

  • Added a renderingMode parameter in the SlideActionBuilder signature.

0.3.2 #

Added #

  • The enabled argument on Slidable constructors to enable or disable the slide effect (enabled by default).

0.3.1 #

Fixed #

0.3.0 #

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 #

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.

0.1.0 #

  • Initial Open Source release.
5033
likes
0
pub points
100%
popularity

Publisher

verified publisherromainrastel.com

A Flutter implementation of slidable list item with directional slide actions that can be dismissed.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_slidable