sliding_panel 0.1.0 sliding_panel: ^0.1.0 copied to clipboard
A Flutter slidable widget that provides an easy to use configuration. Just as you want it!
[0.1.0] - September 07, 2019 #
The initial release of the sliding_panel package. This includes below functions to the developers:
- A highly customisable Sliding panel
- Though many options available, it is made as easy as possible to tweak look and feel of the panel
- A panel can work as Three-state panel or traditional Two-state panel
- An easy to use PanelController, which helps getting current panel state and modifying its current state
- PanelController allows to animate the panel to arbitrary position
- Various callbacks that help getting current state of the panel
- Parallax and Backdrop effects on the panel
- Provide InitialPanelState property to decide how the panel is displayed initially
- Also responds to user gestures
- Panel can return arbitrary values back to the parent