responsive_util 0.0.1 responsive_util: ^0.0.1 copied to clipboard
A new Flutter package project.
responsive_util #
A wrapper that provides draggable manipulation of a widget's size to test it's responsive design.
Usage #
Wrap a widget you would like to resize such as a Scaffold
with a ResponsiveUtil
and observe the behavior of its contents as you shrink its boundaries by dragging from the bottom right.
Properties | Description |
---|---|
child |
The Widget to resize |
onResize |
For conditional layouts that rely on MediaQuery rather than LayoutBuilder to determine available space, use onResize to obtain a virtual screen Size . |
disabled |
If True , bypasses all functionality |