flutter_gap 1.2.0 flutter_gap: ^1.2.0 copied to clipboard
An ultra simple gap widget to easy and readable code in Flutter.
1.0.0 #
- Initial release of Flutter Gap.
- Added the Gap widget for creating horizontal and vertical gaps in Flutter layouts.
1.1.0 #
- Added helper widget [Section] to build layouts
1.1.1 #
- Fixed type assignment in the [Section] widget
1.1.2 #
- Added columnOrRow method in Gap widget to render gap horizontally or vertically based on isMobile bool
1.2.0 #
- Added [ConstrainedBoxAligned] widget