flutter_slidable_panel 1.1.3 flutter_slidable_panel: ^1.1.3 copied to clipboard
A high-performant slidable Panel that can show actions in different positions, and also can expand the action item when the panel is opening
1.1.3 #
- [feat] support
initOpenedPosition
when initializingSlideController
.- Idea from issue
- [feat] support only sliding via
SlideController
and disabling gesture sliding
1.1.1 #
- enable
onSlideStart
forSlidablePanel
1.1.0 #
- using
SlideController
to control actions, instead of a standaloneActionController
, Issue - [break change]: no longer using
SlideActionPanel
, users can createSlidablePanel
more conveniently - stable
1.0.0 #
- first version