v0.4.0responsive_util
Ein Flutter-Widget, das die Drag-Größenanpassung der Grenzen seines Kindes ermöglicht, um responsive Design leicht zu testen.
50Likes 3430-Tage-Downloads120Pub-Punkte
AndroidiOSWebmacOSWindowsLinux
Ein Flutter-Widget, das die Drag-Größenanpassung der Grenzen eines Kind-Widgets zur Prüfung des responsiven Designs ermöglicht.
{"sdk":"flutter"}{"sdk":"flutter"}anyEnglischer Projektschnappschuss. Aktuelle Inhalte auf 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 |