progressive_ui 0.2.0
progressive_ui: ^0.2.0 copied to clipboard
Priority-based responsive layout utilities for Flutter.
0.2.0 #
- Adds full alignment support to
AdaptiveRow:MainAxisAlignmentMainAxisSizeCrossAxisAlignmentTextDirectionVerticalDirection
- Implements cross-axis layout logic, including
CrossAxisAlignment.stretch. - Adds RTL-aware horizontal layout behavior.
- Introduces vertical positioning logic for start, center, end, baseline, and stretch.
- Expands widget tests to cover alignment, stretch, and RTL scenarios.
0.1.0 #
- Initial release.
- Introduces
AdaptiveRowfor progressive UI composition based on available width. - Supports grouped children using
AdaptiveChild(order: ...). - Ensures children are shown in ascending order without skipping.
- Includes example app and widget tests.