media_break_points 2.0.0
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.dartsomedia_break_points.dartstays 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
ValueBuilderandcontext.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
ValueBuilderhelper
1.6.0 #
add BuildContext extension:
context.breakPoint
add BreakPoint extensions
breakPoint.labelbreakPoint.startandbreakPoint.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!!