Skip to content

Releases: hyper-designed/box_transform

Release v0.4.6

14 Sep 05:51
dd463da
Compare
Choose a tag to compare

flutter_box_transform

  • Fix child positioning offset bug. Issue#27

Release v0.4.4

17 Jun 16:52
0d1c05a
Compare
Choose a tag to compare

flutter_box_transform

  • Update root pubspec.yaml name from box_transform to melos_box_transform.
  • Fix repository & homepage url in pubspec.yaml

box_transform

  • Update root pubspec.yaml name from box_transform to melos_box_transform.
  • Fix repository & homepage url in pubspec.yaml

Release 0.4.3

17 Jun 10:03
9a96bc5
Compare
Choose a tag to compare

flutter_box_transform - v0.4.3

  • Update dependencies & resolve deprecation warnings.
  • Added onTap event to BoxTransformController. (PR #23 by @joakimunge)
  • Deny different transform operations when a box is already undergoing.
  • Add optional resizeModeResolver override to onResizeUpdate in TransformableBoxController.

box_transform - v0.4.3

  • Update dependencies & resolve deprecation warnings.
  • Fix a bug where terminal resize events triggered on the incorrect axis.

Release v0.4.2

07 Jun 13:55
c229d45
Compare
Choose a tag to compare

flutter_box_transform

  • Fix an issue where visibleHandles disabled the handles instead of hiding them but keeping them enabled.

Release v0.4.1

06 Jun 05:33
2443c07
Compare
Choose a tag to compare

box_transform

  • Remove DoubleExt from package exports.

flutter_box_transform

  • Deny trackpad pointer devices to prevent erratic drag events when interacting with TransformableBox.
  • Inherit handleAlignment from TransformableBox for AngularHandle.
  • Add debugPaintHandleBounds param for painting handle bounds.

Release v0.4.0

04 Jun 08:47
ca82d73
Compare
Choose a tag to compare

box_transform

  • Fix stack overflow error when the clamping rect is smaller than the box rect.

flutter_box_transform

  • [BREAKING]: Replace hideHandlesWhenNotResizable with enabledHandles and visibleHandles.
  • Replace the usage of Listener widgets with GestureDetectors in the TransformableBox.
  • Add new controls to the playground to reflect the new handle parameters.
  • Bump up box_transform version to 0.4.0.

Release v0.3.2

01 Jun 14:02
53ff3b7
Compare
Choose a tag to compare

flutter_box_transform

  • Fix controller pattern not updating the UI when the controller is updated.
  • Change null resizeModeResolver pattern to a non-null pattern to fix a crash.
  • Correct two broken doc pages.

Release v0.3.1

31 May 18:59
05dc5e3
Compare
Choose a tag to compare

flutter_box_transform

  • Bump up box_transform version to 0.3.0.

Release v0.3.0

31 May 18:42
7ae93bf
Compare
Choose a tag to compare

box_transform

  • Refactored the core logic to make it more readable, cleaner and easier to maintain.
  • Fix issues with resizing, constraints, clamping and flipping.
  • [BREAKING]: Replace flipRect with allowFlipping.
  • [BREAKING]: Rename initialBox to initialRect in BoxTransformer.move and BoxTransformer.resize methods.
  • ResizeResult now exposes laregest rect and handle used.
  • Refactored code and performed some cleanup.
  • Bump up Dart sdk constraints to 3.0.0.
  • Update all documentation to reflect the new changes.
  • Fix broken links in docs.
  • Add tests for resizing features.

flutter_box_transform

  • Bump up Dart sdk constraints to 3.0.0.
  • [BREAKING]: Replace onResized with onResizeUpdate.
  • [BREAKING]: Replace flipWhileResizing with allowFlippingWhileResizing.
  • [BREAKING]: Replace onMoved with onDragUpdate.
  • [BREAKING]: Rename resolveResizeModeCallback to resizeModeResolver.
  • [BREAKING]: onChanged callback now has two parameters: UITransformResult and PointerMoveEvent.
  • [BREAKING]: onTerminalSizeReached callback now also exposes underlying PointerEvent.
  • Add onResizeStart and onResizeEnd callbacks.
  • Add onDragStart and onDragEnd callbacks for move operation.
  • Add simple example alongside an advanced playground example.

Release v0.2.1

07 Apr 06:51
dc176ca
Compare
Choose a tag to compare

box_transform

  • Update license to Apache 2.0.
  • Update docs and fix broken links.

flutter_box_transform

  • Update license to Apache 2.0.
  • Update playground to use unified clamping rect.
  • Update docs and fix broken links.