FLUTTER ECOSYSTEM

hawkinsjb1/responsive_util

一個 Flutter 小部件,可提供對子小部件邊界進行拖曳調整大小的功能,以測試其響應式設計。

responsive_util 專案封面
Stars
48
Forks
3
最近推送(UTC)
2022年9月2日
專案狀態
未封存
Ben Hawkins GitHub avatar
GITHUB User

Ben Hawkins ↗

Austin, TX
語言C++DartCMakeCSwiftKotlinObjective-C

此儲存庫發佈的套件

使用的依賴

依賴清單 3 項
  • flutter{"sdk":"flutter"}
  • flutter_test開發依賴{"sdk":"flutter"}
  • test開發依賴any

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

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.

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