Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 851 Bytes

CHANGELOG.md

File metadata and controls

42 lines (31 loc) · 851 Bytes

[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