FLUTTER ECOSYSTEM

hawkinsjb1/responsive_util

子ウィジェットの境界をドラッグしてサイズ変更できるようにし、レスポンシブデザインをテストするためのFlutterウィジェットです。

responsive_util のプロジェクト画像
Stars
48
Forks
3
最終プッシュ(UTC)
2022/09/02
プロジェクト状態
公開中
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