v0.4.0responsive_util
Um widget Flutter que permite redimensionar por arrasto os limites do filho para testar facilmente o design responsivo.
50Curtidas 34Downloads em 30 dias120Pontos Pub
AndroidiOSWebmacOSWindowsLinux
Um widget do Flutter que oferece redimensionamento por arrasto dos limites de um widget filho para testar seu design responsivo.
{"sdk":"flutter"}{"sdk":"flutter"}anyTexto original em inglês. Visite o GitHub para a versão atual.
A Flutter widget that allows drag resizing of its child's bounds to easily test responsive design.
Example Example
Wrap a widget such as a Scaffold with a ResponsiveUtil and resize it by dragging from the bottom right.
Double-tap to reset bounds.
| 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 |