flutter_box_transform 0.3.0
flutter_box_transform: ^0.3.0 copied to clipboard
A Flutter implementation of box_transform package that provides easy 2D box transform operations with advanced resizing of rect in UI.
0.3.0 #
- Bump up Dart sdk constraints to
3.0.0. - Bump up box_transform version to
0.3.0. - [BREAKING]: Replace
onResizedwithonResizeUpdate. - [BREAKING]: Replace
flipWhileResizingwithallowFlippingWhileResizing. - [BREAKING]: Replace
onMovedwithonDragUpdate. - [BREAKING]: Rename
resolveResizeModeCallbacktoresizeModeResolver. - [BREAKING]:
onChangedcallback now has two parameters:UITransformResultandPointerMoveEvent. - [BREAKING]:
onTerminalSizeReachedcallback now also exposes underlyingPointerEvent. - Add
onResizeStartandonResizeEndcallbacks. - Add
onDragStartandonDragEndcallbacks for move operation. - Add simple example alongside an advanced playground example.
0.2.1 #
- Update license to Apache 2.0.
- Update playground to use unified clamping rect.
- Update docs and fix broken links.
0.2.0 #
- 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.
0.1.1 #
- Bump "flutter_box_transform" to
0.1.1.
0.1.0 #
- Initial release.