bounding_box 0.1.0
bounding_box: ^0.1.0 copied to clipboard
Flutter widget that allows you to drag, resize, and rotate.
0.1.0 #
- [FEATURE] Added support for moving bounding box using a draggable point.
- [FEATURE] Added MouseRegion support for web and desktop platforms.
- [FEATURE] Added support for multiple bounding boxes on a single screen.
- [FIX] Fixed position update issues when moving after rotation.
- [REFACTOR] Introduced a controller and refactored bounding box usage pattern.
0.0.4 #
- [FIX] fix transform rotate when bounding box is disable
0.0.3 #
- add new constructor
initialRotation
- [FIX] set transparent background for disabled bounding box
- update readme
0.0.2 #
- Return callback position & rotation
0.0.1 #
- Initial release with draggable, resizable, and rotatable widget.
- Includes 8 resize handles and 1 rotate handle.
- Fully customizable (colors, sizes, custom widgets).