FLUTTER ECOSYSTEM

hawkinsjb1/responsive_util

Um widget do Flutter que oferece redimensionamento por arrasto dos limites de um widget filho para testar seu design responsivo.

Capa do projeto responsive_util
Stars
48
Forks
3
Último push (UTC)
2 de set. de 2022
Status do projeto
Ativo
Ben Hawkins GitHub avatar
GITHUB User

Ben Hawkins ↗

Austin, TX
LinguagensC++DartCMakeCSwiftKotlinObjective-C

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 3 itens
  • flutter{"sdk":"flutter"}
  • flutter_testDesenvolvimento{"sdk":"flutter"}
  • testDesenvolvimentoany

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher 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