boxy 2.0.2 boxy: ^2.0.2 copied to clipboard
Layout made simple. Overcomes many limitations by the framework regarding layout
[2.0.2] #
- Added the
BoxyFlexible.align
constructor
[2.0.1] #
- Added
BoxyFlexIntrinsicsBehavior
- Fixed an issue with the intrinsic sizing of
BoxyFlex
[2.0.0] #
- Added sliver support to
CustomBoxy
- Added
BoxyId
, a replacement ofLayoutId
- Added the
CustomBoxy.box
andCustomBoxy.sliver
constructors - Added the
BoxBoxyDelegate
andSliverBoxyDelegate
boxy delegates - Added
SliverBoxyChild
for managing sliver children - Added the
SliverOffset
andSliverSize
wrappers - Added extensions for
SliverConstraints
andRenderSliver
- Separated the internal logic of
CustomBoxy
into theinflating_element
andrender_boxy
libraries - Bug fixes
[1.3.0] #
- Migrate to null safety
- Added
BoxyChild.parentData
- Added
LayerKey
andBoxyLayerContext
- Added dry layouts
- Added the
Dominant.flexible
andDominant.expanded
constructors - Bug fixes
[1.2.0+1] #
- Transition deprecated
RenderObjectElement
methods (flutter/#63269)
[1.2.0] #
- Bug fixes
BoxyChild.layout
no longer sets a default hasSize
[1.1.1] #
- Bug fixes
[1.1.0] #
- Added
SliverContainer
/SliverCard
- Added more axis/direction utilities
- Added OverflowPadding
- Bug fixes
[1.0.1] #
- Fixed Flutter SDK version constraints