dash_responsive_grid 0.0.1 copy "dash_responsive_grid: ^0.0.1" to clipboard
dash_responsive_grid: ^0.0.1 copied to clipboard

Lightweight, dependency-free responsive grid widget for Flutter. Auto column count by screen width, with loading/empty/error states.

0.0.1 #

Initial release.

  • ResponsiveGridView.builder — lazy, GridView.builder-backed responsive grid.
  • Auto column mode via minColumnWidth, clamped by minColumns/maxColumns.
  • Breakpoint mode via GridBreakpoints (mobile/tablet/desktop/web).
  • minColumnWidth/breakpoints are both optional — minColumnWidth wins if both are set, GridBreakpoints.defaultBreakpoints is used if neither is.
  • minRows/maxRows — row-semantic aliases for minColumns/maxColumns, used when scrollDirection is Axis.horizontal.
  • Built-in loading / empty / error states with overridable builders.
  • Vertical and horizontal scroll direction support.
  • Zero external dependencies (Flutter SDK only).
1
likes
160
points
123
downloads

Documentation

API reference

Publisher

verified publisherdashstack.tech

Weekly Downloads

Lightweight, dependency-free responsive grid widget for Flutter. Auto column count by screen width, with loading/empty/error states.

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dash_responsive_grid