flutter_ui_utils 0.1.0
flutter_ui_utils: ^0.1.0 copied to clipboard
Shared helpers and fluent extensions for the Flutter UI ecosystem.
Changelog #
0.1.0 #
- Initial release.
BuildContextextensions:appColors,appSpacing,appRadius,appSizes,appMotion,appTypography.- Widget fluent extensions:
.padding(),.margin(),.rounded(),.background(),.expanded(),.center(). - Numeric helpers:
.dp,.inset,.ms,.radius,.hGap,.vGaponnum. AppBreakpointswith compact / medium / expanded / large thresholds.AppResponsiveValue<T>for window-size-aware value resolution.