screen_breakpoints 1.0.5
screen_breakpoints: ^1.0.5 copied to clipboard
A new flutter layout package.
1.0.5 #
- Added BuildContext Extension to library export that helps finding the breakpoint from context
1.0.4 #
- Added padding override functionality to BreakpointContainer and BreakpointBuilder
1.0.3 #
- Improved README.md and CHANGELOG.md
1.0.2 #
- Improved example
- Changed padding and margin from double to EdgeInsets
- Added BuildContext extension so now it's possible to take current breakpoint by doing context.breakpoint
- Changed BreakpointConfiguration to be const
- Changed BreakpointConfigurator, now it checks for breakpoints if they are in order
1.0.1 #
- Added example
1.0.0 #
- Initial release