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

outdated

A Flutter widget that allows drag resizing of its child's bounds to easily test responsive design.

responsive_util #

pub package Platform

A Flutter widget that allows drag resizing of its child's bounds to easily test responsive design.

Example Example


Usage #

Wrap a widget such as a Scaffold with a ResponsiveUtil and resize it by dragging from the bottom right.


Properties Description
child The Widget to resize
builder An alternative structure to be used in place of child which directly provides updated constraints to layout similar to a LayoutBuilder
disabled If True, bypasses all functionality
scrollController Required for Widgets that exist in some ScrollView
51
likes
20
pub points
73%
popularity

Publisher

verified publisherclearbluedesign.com

A Flutter widget that allows drag resizing of its child's bounds to easily test responsive design.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on responsive_util