resizable_widget 1.0.4 resizable_widget: ^1.0.4 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.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.