We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5799a commit 02269afCopy full SHA for 02269af
packages/box_transform/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.2.0
2
+
3
+- Fix scaling of rect not matching cursor position.
4
5
## 0.1.1
6
7
- Add example.
packages/flutter_box_transform/CHANGELOG.md
@@ -1,3 +1,10 @@
+- Add `hideHandlesWhenNotResizable` flag to hide handles when the box is not
+ resizable by @timmaffett.
+- BREAKING CHANGE: `TransformableBox.childBuilder` is now `TransformableBox.contentBuilder`.
+- More advanced example with multiple boxes.
8
9
10
- Bump "flutter_box_transform" to `0.1.1`.
0 commit comments