breakpoints_mq 3.1.0 breakpoints_mq: ^3.1.0 copied to clipboard
A lightweight library for implementing Responsive layout grid. Provide body, margin.
[3.1.0] - 2023.06.28 #
- Add
Size
andBuildContext
extension
[3.0.0] - 2023.04.05 #
- Migrate to M3
[2.1.2] - 2022.04.05 #
- Fix enum order
[2.1.1] - 2022.03.22 #
- Set library arguments
[2.1.0] - 2022.03.19 #
Note: This release has breaking changes.
- BREAKING: Change
Breakpoint.fromWidth(with:)
API, please change toBreakpoint.fromWith()
- Add
factory Berakpoint.fromSize()
method - Add
factory Berakpoint.fromConstraints()
method - Add extension fo
BoxConstraints
- Add
BreakpointWidget
widget
[2.0.2] - 2021.05.17 #
- Remove unused import
[2.0.1] - 2021.05.17 #
- Fix document
[2.0.0] - 2021.05.17 #
- New breakpoints system
[1.1.0] - 2021.04.20 #
- Breakpoint device definition
[1.0.0] - 2021.04.03 #
- First Release