Skip to content

Releases: pingbird/boxy

2.2.0

21 Jan 02:06
39a6b70
Compare
Choose a tag to compare
  • Added BoxyDelegate.getChildOrNull, thanks jtarkowski27 for the PR!

2.1.3

01 Nov 16:58
5f56a09
Compare
Choose a tag to compare
  • Fixed visitChildrenForSemantics being called for ignored children

2.1.2

11 Oct 19:52
Compare
Choose a tag to compare
  • Fixed RedirectPointer not being exported, thanks to mattermoran for the PR!

2.1.1

05 Oct 22:02
2e9e945
Compare
Choose a tag to compare
  • Added the Scale widget which scales its child by a given factor while preserving relative size unlike Transform
  • Added the RedirectPointer widget which allows you to hit test a child widget even if it overpaints its parent

2.1.0

16 Aug 20:34
0730a72
Compare
Choose a tag to compare
  • Support for Flutter 3.13

2.0.9

25 Mar 20:15
729ca91
Compare
Choose a tag to compare
  • Skipped calls to buildScope as a minor performance improvement

2.0.8

13 Feb 02:57
504e4d8
Compare
Choose a tag to compare
  • Fixed bug with retaining Layers

2.0.7

04 Feb 16:11
6e3dbd4
Compare
Choose a tag to compare
  • Fixed example project
  • Added BoxyChild.positionRect

2.0.6+2

05 Aug 03:07
ff9db84
Compare
Choose a tag to compare
  • Added BoxyDelegate.distanceToBaseline
  • Added BoxyDelegate.onPointerEvent
  • Fixed constraints bug in BoxyChild.layoutRect

2.0.6+1

16 Jun 17:04
6b53c6d
Compare
Choose a tag to compare
  • Added BoxyDelegate.renderSize
  • Fixed slot bug in SliverContainer
  • Fixed overflow bug in BoxyFlex