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