Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@BirjuVachhani BirjuVachhani released this 06 Apr 18:51
· 129 commits to main since this release
ad216ef

box_transform

  • Fix scaling of rect not matching cursor position.

flutter_box_transform

  • Add hideHandlesWhenNotResizable flag to hide handles when the box is not
    resizable by @timmaffett.
  • BREAKING CHANGE: TransformableBox.childBuilder is now TransformableBox.contentBuilder.
  • More advanced example with multiple boxes.