Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 639 Bytes

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 639 Bytes

2.0.2

  • Refresh on layout changes

2.0.1

  • Default constrainedAxis to Axis.horizontal

2.0.0

  • Rename parameter child to subject
  • Add parameter constrainedAxis
    • You may now control the unconstrained context the size is calculated in.
  • Add parameter firstFrameWidget

1.0.5

  • Add IntrinsicSizeBuilder.refresh()

1.0.4

  • Recalculate size on updated layout constraints

1.0.3

  • Revert material context
    • It introduces unwanted defaults. Just use the IntrinsicSizeBuilder below the Scaffold's body.

1.0.2

  • Fix sizes in a material context

1.0.1

  • Relax sdk environment constraints

1.0.0

  • Initial