box_transform
box_transform copied to clipboard
A library for advanced resizing of rect in UI.
**Is your feature request related to a problem? Please describe.** Is there any way to support drag, resize, etc where the transform box is partially outside of the parent `Stack`...
**Is your feature request related to a problem? Please describe.** The current version of the hyper-designed/box_transform library does not support rotation, which limits its usefulness for certain UI design tasks,...
Allows users to specify which devices they want and don't want to be used for drag and resize events. This prevents a scenario where a trackpad scroll moves the box...
**Describe the bug** I'm using flutter box transform to implement a simple resizable SidePanel class and tracking the panel width with RiverPod. Everything works really great except for one small...
The banner on Pub Dev says that this supports rotate operations, but it doesn't
When the contents of a box is touch/click sensitive, such as a youtube video, it is difficult to move the window without interacting with the contenst as well, i.e. stopping/starting...