layout_flow 0.1.0
layout_flow: ^0.1.0 copied to clipboard
A constraint-driven adaptive layout system for Flutter. Write UI once — let it flow across every screen.
Changelog #
0.1.0 #
- Initial release.
LayoutFlowroot wrapper withdesignSizeconfiguration.FlowConfigscaling engine withscaleW,scaleH,scaleText,sp.FlowScopeinherited widget for global context access.FlowText— auto-scaling text widget.FlowContainer— token-padded adaptive container.FlowRow— smart Row ↔ Column switcher based on screen width.FlowSpacingtokens:xs,sm,md,lg,xl,xxl+ EdgeInsets helpers.FlowTextStyletokens:display,headline,title,body,bodySmall,label,micro.FlowRadiustokens:sm,md,lg,xl,xxl,full.FlowBreakpointenum:compact,medium,expanded(aligned with Material 3).