v0.4.0responsive_util
एक फ्लटर विजेट जो अपने बच्चे के सीमा को खींचकर बदलने की अनुमति देता है, ताकि प्रतिक्रियाशील डिज़ाइन का आसानी से परीक्षण किया जा सके।
50लाइक 3430-दिन डाउनलोड120Pub अंक
AndroidiOSWebmacOSWindowsLinux
एक फ्लटर विजेट जो बच्चे के विजेट के बाउंड्स को खींचकर बदलने की सुविधा प्रदान करता है, ताकि इसके रिस्पॉन्सिव डिज़ाइन का परीक्षण किया जा सके।
{"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 |