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
isDisabledSmartHidethat means to prohibit the above feature. - Deprecate
isColumnChildrenand createisHorizontalSeparatorthat has the same meaning.
1.0.4 #
- Publish the typedef
OnResizedFuncfor 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
onResizedcallback toResizableWidget. - Update README.
1.0.2 #
- Modify description metadata.
- Add
percentagesparameter toResizableWidget.
1.0.1 #
- Modify description metadata.
1.0.0 #
- Release with minimal features.