flutter_slidable
A Flutter implementation of slidable list item with directional slide actions that can be dismissed.
4.0.3
672K downloads/mo
#439 most downloaded on pub.dev
letsar/flutter_slidable
What this package is like to depend on
Last release 11 months ago
27 Sep 2025
Ships fairly regularly
a new release about every 4 months
Nearly every release is documented
notes for 41 of 41 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
51 releases · first in 2018
2 releases in the last 12 months
see the full history below
Release timeline
51 releases · Jul 2018 to Sep 2025Releases
latest 51-
4.0.327 Sep 2025 -
4.0.227 Sep 2025Release notes
Open source →Fixed
- Issue when actionPaneConfigurator is null when calling openCurrentActionPane. Thanks to @EM-Sabeel.
-
4.0.122 Aug 2025Release notes
Open source →Fixed
- Issue in auto_close_behavior where removeStatusListener was not called.
-
4.0.023 Jan 2025Release notes
Open source →Changed
- Minimum version of Flutter (3.27.0 now)
Fixed
- Icon color in actions #512
- Use withValues instead of withOpacity
-
3.1.212 Dec 2024 -
3.1.111 Jul 2024Release notes
Open source → -
3.1.014 Mar 2024 -
3.0.102 Nov 2023Release notes
Open source →Changed
- Remove deprecation use of
primaryandsurfaceparameters from OutlinedButton.styleFrom method. (See https://github.com/letsar/flutter_slidable/pull/443)
- Remove deprecation use of
-
3.0.014 Apr 2023 -
2.0.014 Jul 2022 -
1.3.214 Jul 2022Release notes
Open source →Fixed
- ClipBehavior.none issue (https://github.com/letsar/flutter_slidable/issues/361).
-
1.3.110 Jul 2022Release notes
Open source →Fixed
- Rare LateInitializationError with DrawerMotion (https://github.com/letsar/flutter_slidable/issues/289).
- Issue with shadow content (https://github.com/letsar/flutter_slidable/issues/279).
-
1.3.022 May 2022 -
1.2.115 May 2022 -
1.2.029 Dec 2021Release notes
Open source →Added
- A way to automatically close other Slidables within the same group by tapping on them.
- Add a dragDismissible parameter on ActionPane.
Fixed
- The RTL issue (#244).
-
1.1.013 Nov 2021Release notes
Open source →Changed
- Created a totally different notification system in order to be more flexible.
- Deprecated SlidableNotificationListener in favor of SlidableAutoCloseBehavior.
-
1.0.011 Nov 2021Release notes
Open source →Same as 1.0.0-dev.9. This is just for making it clear that it's now stable.
-
1.0.0-dev.903 Aug 2021 pre-releaseRelease notes
Open source →Fixed
- Fixes an issue where we click on the Slidable instead of dragging it (https://github.com/letsar/flutter_slidable/pull/235).
-
1.0.0-dev.824 Jul 2021 pre-releaseRelease notes
Open source →Fixed
- Fixes an issue where the Dismissible animation stopped in middle when the gesture was too fast.
-
1.0.0-dev.724 Jul 2021 pre-releaseRelease notes
Open source →Fixed
- Fixes an issue where the Slidable animation stopped in middle when the gesture was too fast.
-
1.0.0-dev.618 Jul 2021 pre-releaseRelease notes
Open source →Fixed
- Fixes an issue preventing the actionPaneType to be updated when it animates (https://github.com/letsar/flutter_slidable/issues/226).
-
1.0.0-dev.516 Jul 2021 pre-releaseRelease notes
Open source →Fixed
- Fixes an issue preventing the Slidable to reach the extentRatio manually (https://github.com/letsar/flutter_slidable/issues/225).
-
1.0.0-dev.415 Jul 2021 pre-releaseRelease notes
Open source →Added
- ResizeRequest is now available, and the SlidableController.dismiss method can be used from outside.
-
1.0.0-dev.314 Jul 2021 pre-releaseRelease notes
Open source →Fixed
- Fixes Dismissal issue with endActionPane (https://github.com/letsar/flutter_slidable/issues/216).
-
1.0.0-dev.213 May 2021 pre-release -
1.0.0-dev.113 May 2021 pre-releaseRelease notes
Open source →Changed
- Complete package rewriting in order to be more flexible and simple to use.
-
0.6.011 Apr 2021 -
0.6.0-nullsafety.019 Nov 2020 pre-releaseNothing published for this version
-
0.5.727 Aug 2020 -
0.5.627 Aug 2020 -
0.5.521 Jul 2020 -
0.5.406 Oct 2019Release notes
Open source →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.324 May 2019Release notes
Open source →Fixed
- Fix SlidableDrawerActionPane when different than 2 actions (https://github.com/letsar/flutter_slidable/pull/74).
-
0.5.224 May 2019Release notes
Open source →Fixed
- Add check for null value in dismissal field, in getter for _dismissThreshold (https://github.com/letsar/flutter_slidable/pull/71).
-
0.5.124 May 2019Release notes
Open source →Fixed
- Fix SlidableDrawerActionPane onTap issue (https://github.com/letsar/flutter_slidable/pull/73).
-
0.5.011 May 2019Release notes
Open source →Added
iconWidgetparameter 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.915 Oct 2018Release notes
Open source →Fixed
- Fix the end extend of actions in dismiss animation (https://github.com/letsar/flutter_slidable/pull/38).
-
0.4.809 Oct 2018Release notes
Open source →Added
- onSlideAnimationChanged and onSlideIsOpenChanged on
SlidableController.
- onSlideAnimationChanged and onSlideIsOpenChanged on
-
0.4.717 Sep 2018Release notes
Open source →Fixed
- https://github.com/letsar/flutter_slidable/issues/31 (Issue with dismiss animation).
-
0.4.608 Sep 2018Release notes
Open source →Modified
- Reduce the possibilities for the https://github.com/flutter/flutter/issues/11895 issue to happen.
-
0.4.505 Sep 2018 -
0.4.431 Aug 2018 -
0.4.322 Aug 2018Release notes
Open source →Fixed
- https://github.com/letsar/flutter_slidable/issues/23 (Issue with Drawer delegate when different action count).
-
0.4.222 Aug 2018Release notes
Open source →Fixed
- https://github.com/letsar/flutter_slidable/issues/22 and https://github.com/letsar/flutter_slidable/issues/24 (Issue with controller).
-
0.4.108 Aug 2018Release notes
Open source →Added
- The
SlidableControllerclass. - The
controllerparameter onSlidableconstructors to enable keeping only oneSlidableopen.
- The
-
0.4.002 Aug 2018Release notes
Open source →Added
- The
SlidableRenderingModeenum. - The
SlideActionTypeenum. - The
SlideToDismissDelegateclasses.
Modified
- Added a renderingMode parameter in the
SlideActionBuildersignature.
- The
-
0.3.225 Jul 2018Release notes
Open source →Added
- The
enabledparameter onSlidableconstructors to enable or disable the slide effect (enabled by default).
- The
-
0.3.124 Jul 2018Release notes
Open source →Fixed
- https://github.com/letsar/flutter_slidable/issues/11 (slide action not rebuild after controller dismissed).
-
0.3.023 Jul 2018Release notes
Open source →Added
- 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.
Changed
- The
dragExtentfield inSlidableDelegateContexthas been changed todragSign.
- The
-
0.2.022 Jul 2018 -
0.1.021 Jul 2018