responsive_util 0.0.1 copy "responsive_util: ^0.0.1" to clipboard
responsive_util: ^0.0.1 copied to clipboard

outdated

A new Flutter package project.

responsive_util #

pub package Platform

A wrapper that provides draggable manipulation of a widget's size to test it's responsive design.

Example


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