- Refresh on layout changes
- Default constrainedAxis to Axis.horizontal
- Rename parameter child to subject
- Add parameter constrainedAxis
- You may now control the unconstrained context the size is calculated in.
- Add parameter firstFrameWidget
- Add IntrinsicSizeBuilder.refresh()
- Recalculate size on updated layout constraints
- Revert material context
- It introduces unwanted defaults. Just use the IntrinsicSizeBuilder below the Scaffold's body.
- Fix sizes in a material context
- Relax sdk environment constraints
- Initial