advanced_column_row 1.0.0 advanced_column_row: ^1.0.0 copied to clipboard
A new Flutter package that provides advanced column and row widgets.
1.0.0 - 2024-10-29 #
Initial Release #
- Added
AdvancedColumn
widget: a customizable column with additional properties such asalignment
,padding
,decoration
,width
,height
, andgapWidget
for spacing between children. - Added
AdvancedRow
widget: a customizable row with extended properties likealignment
,padding
,decoration
,width
,height
, andgapWidget
for spacing between children.
This is the initial release of advanced_column_row
, aiming to improve the Flutter Column and Row widgets with additional customization options.