FLUTTER ECOSYSTEM

hawkinsjb1/responsive_util

A Flutter widget that provides drag resizing of a child widget's bounds to test it's responsive design.

responsive_util project cover
Stars
48
Forks
3
Last push (UTC)
Sep 2, 2022
Project status
Active
Ben Hawkins GitHub avatar
GITHUB User

Ben Hawkins ↗

Austin, TX
LanguagesC++DartCMakeCSwiftKotlinObjective-C

Packages published by this repository

Dependencies used

Dependency list 3 items
  • flutter{"sdk":"flutter"}
  • flutter_testDevelopment{"sdk":"flutter"}
  • testDevelopmentany

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project 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