Release v0.2.0
box_transform
- Fix scaling of rect not matching cursor position.
flutter_box_transform
- 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.