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 34f23a7 commit 85ffcdcCopy full SHA for 85ffcdc
packages/flutter_box_transform/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.2
2
+
3
+- Fix an issue where visibleHandles disabled the handles instead of hiding them but keeping them enabled.
4
5
## 0.4.1
6
7
- Deny trackpad pointer devices to prevent erratic drag events when interacting with TransformableBox.
packages/flutter_box_transform/pubspec.yaml
@@ -1,7 +1,7 @@
name: flutter_box_transform
description: A Flutter implementation of box_transform package that provides easy 2D box transform operations with advanced resizing of rect in UI.
-version: 0.4.1
+version: 0.4.2
repository: https://github.com/hyper-designed/box_transform
homepage: https://github.com/hyper-designed/box_transform
0 commit comments