flutter_box_transform 0.2.0 flutter_box_transform: ^0.2.0 copied to clipboard
A Flutter implementation of box_transform package that provides easy 2D box transform operations with advanced resizing of rect in UI.
0.2.0 #
- Add
hideHandlesWhenNotResizable
flag to hide handles when the box is not resizable by @timmaffett. - BREAKING CHANGE:
TransformableBox.childBuilder
is nowTransformableBox.contentBuilder
. - More advanced example with multiple boxes.
0.1.1 #
- Bump "flutter_box_transform" to
0.1.1
.
0.1.0 #
- Initial release.