wx_utils 0.0.4 copy "wx_utils: ^0.0.4" to clipboard
wx_utils: ^0.0.4 copied to clipboard

Provide common functionalities that can be reused across different parts of the Widgetarian codebase.

example/README.md

WxColors.onSurface(backgroundColor);
WxColors.withTransparency(
  style.borderColor,
  opacity: style.borderOpacity,
  alpha: style.borderAlpha,
);
lerpDouble(1.1, 5.5, 0.5);
lerpInt(1, 5, 0.7);
lerpBool(true, false, 0.4);
lerpEnum(CrossAxisAlignment.start, CrossAxisAlignment.end, 0.6);
0
likes
160
pub points
5%
popularity

Publisher

verified publisherwidgetarian.com

Provide common functionalities that can be reused across different parts of the Widgetarian codebase.

Repository (GitHub)
View/report issues

Topics

#utils #helper #widgetarian

Documentation

API reference

Funding

Consider supporting this project:

buymeacoffee.com
ko-fi.com

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, lerp

More

Packages that depend on wx_utils