brics 0.1.3
brics: ^0.1.3 copied to clipboard
A flexible and lightweight Flutter layout system inspired by Bootstrap.
0.1.3 #
- Enriching the Readme section.
0.1.2 #
- Added an example preview in the Readme section.
0.1.1 #
- Added a usage examples.
0.1.0 #
- Breaking! Updated
Bricwidth calculation logic. - Added
widthparameter to theBricswidget to prevent the "LayoutBuilder does not support returning intrinsic dimensions" error. - Added
gap,crossGap, andmaxWidthparameters toBricsConfig. - Refactored and optimized functions, improving code readability and maintainability.
- Added inline comments for better code documentation.
0.0.1 #
- Initial release with
BricsandBricwidgets.