Release v0.2.0
box_transform
- Fix scaling of rect not matching cursor position.
flutter_box_transform
- Add
hideHandlesWhenNotResizableflag to hide handles when the box is not
resizable by @timmaffett. - BREAKING CHANGE:
TransformableBox.childBuilderis nowTransformableBox.contentBuilder. - More advanced example with multiple boxes.