flexiblebox 0.0.5
flexiblebox: ^0.0.5 copied to clipboard
Complete CSS Flexbox implementation for Flutter. Features flex grow/shrink, alignment, wrapping, RTL support, absolute positioning, and scrolling.
0.0.5 #
- Added
RotatedWidget
to rotate its child by a given angle in degrees. - Fixed alignment issues in
FlexLayout
when usingalignSelf: stretch
.
0.0.4 #
- Added
indexOfNearestChildAtOffset
method toLayoutBox
andFlexLayout
to find the index of the child nearest to a given offset. - Fixed StackOverflowError when
paintOrder
is not null - Added
LayoutBoxBuilder
toFlexItem
andAbsoluteItem
for more customization of the layout box.
0.0.3 #
- Fixed incorrect LICENSE file reference in README.md
0.0.2 #
- Fully reworked the package structure and API.
0.0.1 #
- Initial release