progressive_ui 0.2.0 copy "progressive_ui: ^0.2.0" to clipboard
progressive_ui: ^0.2.0 copied to clipboard

Priority-based responsive layout utilities for Flutter.

0.2.0 #

  • Adds full alignment support to AdaptiveRow:
    • MainAxisAlignment
    • MainAxisSize
    • CrossAxisAlignment
    • TextDirection
    • VerticalDirection
  • 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 AdaptiveRow for 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.
1
likes
160
points
196
downloads

Publisher

unverified uploader

Weekly Downloads

Priority-based responsive layout utilities for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on progressive_ui