custom_responsive 1.0.2 copy "custom_responsive: ^1.0.2" to clipboard
custom_responsive: ^1.0.2 copied to clipboard

A lightweight 12-column responsive grid system for Flutter with breakpoints, offsets, nested grids, sliver support, and width-aware builders.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.0.2 - 2026-06-13 #

  • Updated CHANGELOG

1.0.1 - 2026-06-13 #

  • Update repository links in pubspec.yaml to reflect correct GitHub account

1.0.0 - 2026-06-13 #

Added #

  • Initial public release.
  • CustomResponsive responsive 12-column grid widget.
  • SliverCustomResponsive support for use inside CustomScrollView.
  • CustomDiv responsive grid item widget.
  • Responsive column spans (colS, colM, colXM, colL, colXL).
  • Responsive column offsets (offsetS, offsetM, offsetXM, offsetL, offsetXL).
  • Nested responsive grid support via children.
  • Width-aware layouts via childBuilder.
  • CustomDiv.space() responsive vertical spacer.
  • Optional padding, margin, and background color support.
  • Shrink-wrapped layouts using Column.
  • Eager scrollable layouts using SingleChildScrollView.
  • Lazy scrollable layouts using ListView.builder.
  • getResponsiveValue() utility for resolving values across breakpoints.
  • getResponsiveColumnWidth() utility for calculating responsive grid widths.
  • Automatic breakpoint value inheritance.
  • Automatic column and offset clamping.
  • Public API documentation and examples.
  • MIT license.
2
likes
150
points
74
downloads

Documentation

API reference

Publisher

verified publisheramaanali.dev

Weekly Downloads

A lightweight 12-column responsive grid system for Flutter with breakpoints, offsets, nested grids, sliver support, and width-aware builders.

Repository (GitHub)
View/report issues

Topics

#responsive #grid #layout #flutter-ui

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_responsive