media_break_points 2.0.0 copy "media_break_points: ^2.0.0" to clipboard
media_break_points: ^2.0.0 copied to clipboard

Adaptive layout primitives and container-aware responsive builders for Flutter.

2.0.0 #

  • Expanded the package from breakpoint helpers into a broader adaptive layout toolkit.
  • Added container-aware responsive builders, fluid values, animated layout helpers, new core primitives, and higher-level adaptive surfaces.
  • Breaking: split product-shaped showcase widgets out of the main library into package:media_break_points/patterns.dart so media_break_points.dart stays focused on the core engine, primitives, and adaptive shells.
  • Rebuilt the example app as a feature catalog and expanded test coverage across the core library and showcase patterns.

1.7.0 #

  • Improved documentation and README with clear examples for all features
  • Added and documented ValueBuilder and context.value<T>()
  • Added new core source files for responsive features
  • Expanded and improved test coverage
  • Updated and added example app and supporting files

1.6.1 #

add BuildContext extension:

  • context.value<T>()
  • add ValueBuilder helper

1.6.0 #

add BuildContext extension:

  • context.breakPoint

add BreakPoint extensions

  • breakPoint.label
  • breakPoint.start and breakPoint.start
  • overload breakpoint comparison operators

0.2.1 #

add MIT license

0.2.0 #

defaultValue parameter to valueFor

0.1.4 #

update examples

0.1.3 #

cleanup for publishing

0.1.0 #

Initial release!!

4
likes
150
points
179
downloads

Documentation

API reference

Publisher

verified publisherglenfordwilliams.com

Weekly Downloads

Adaptive layout primitives and container-aware responsive builders for Flutter.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on media_break_points