flutter_sliding_up_panel 2.1.1
flutter_sliding_up_panel: ^2.1.1 copied to clipboard
A sliding up panel widget which can be used to show or hide content, beautiful and simple.
2.1.1 #
Upgrade to flutter3.10.x.
2.1.0 #
Add upperBound and minimumBound to control the maximum and minimum height of the panel.
2.0.1 #
Formatting code.
2.0.0 #
Migrate to null safety.
1.2.1 #
Add one parameters: dragDown: Drag down listener.
1.2.0 #
Add four parameters: dragStart: Drag start listener. dragUpdate: Drag update listener. dragCancel: Drag start listener. dragEnd: Drag end listener.
1.1.0+1 #
Update readme.
1.1.0 #
Add two parameters: onTap: A onTap callback to customize the processing logic when user click control bar. enableOnTap: Enable or disable the tap callback for control bar.
1.0.0 #
Remove default background of sliding up panel widget. Modify example ui to use rounded corner.
0.0.3 #
Modify example and readme.
0.0.2 #
Fix bug.
0.0.1 #
Import project