resizable_widget 1.0.5 resizable_widget: ^1.0.5 copied to clipboard
Enables users to resize the internal widgets by dragging. This package contains simple APIs, but if needed, you can customize ResizableWidget flexibly.
1.0.5 #
- Add "Smart-Hide-Function" that users can hide / show the widget on the end by double-clicking the separator.
- Add
isDisabledSmartHide
that means to prohibit the above feature. - Deprecate
isColumnChildren
and createisHorizontalSeparator
that has the same meaning.
1.0.4 #
- Publish the typedef
OnResizedFunc
for the API document. - Change the argument name of
OnResizedFunc
, but the type is not changed. - Update some documentation comments.
- Update README.
1.0.3 #
- Add
onResized
callback toResizableWidget
. - Update README.
1.0.2 #
- Modify description metadata.
- Add
percentages
parameter toResizableWidget
.
1.0.1 #
- Modify description metadata.
1.0.0 #
- Release with minimal features.