super_responsive 0.1.6 super_responsive: ^0.1.6 copied to clipboard
Utils and widgets to make your flutter apps and websites fully responsive.
0.1.6 #
when
method ofBreakpoints
now return a generic type and not a doublebuilder
added toResponsiveLayout
0.1.5 #
- Add custom values feature to SuperResponsive widget
0.1.4 #
- Add
when
extension on Num - Add
responsiveInverseVAlue
extension on BuildContext - Add
responsiveInverseValue
method - Now ResponsiveLayout determines its breakpoints based on the screen width by default.
0.1.3 #
- Add BoxConstraints extensions
- Delete useless code:
- Percentage Value
- Percentage Value Builder
The same result that these features gave, can be achieved in a much simpler way.
0.1.2+1 #
- Fix current breakpoint logic
- Add simple example
0.1.2 #
- Breakpoints methods accept now a maxWidth instead of the BuildContext.
0.1.1 #
- add Widget extension .flexible()
0.1.0 #
Initial release.