v0.4.0responsive_util
자식 요소의 경계를 드래그하여 크기를 조정할 수 있는 Flutter 위젯으로 반응형 디자인을 쉽게 테스트할 수 있습니다.
50좋아요 3430일 다운로드120Pub 점수
AndroidiOSWebmacOSWindowsLinux
자식 위젯의 경계를 드래그하여 크기를 조정할 수 있도록 해주는 Flutter 위젯으로, 반응형 디자인을 테스트하기 위해 사용됩니다.
{"sdk":"flutter"}{"sdk":"flutter"}any아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
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 |