wrap 0.5.0 wrap: ^0.5.0 copied to clipboard
Chain style programming syntax sugar utilities for flutter widgets.
0.5.0 #
- Widget size change listener.
- Wrap padding (edge insets).
- Text wrapper on string with parameters.
0.4.1 #
- Doc alert value modify cover in the same context.
- Update example code.
0.4.0 #
- Wrap string into text widget.
- Modification about text style in context.
- Optimize file structure and add corresponding tests.
0.3.0 #
ReContext
as a conciser way forBuilder
.- Wrap
ReContext
on widgets.
0.2.0 #
- Wrap center.
- Wrap list including
Row
,Column
andStack
, and apply all corresponding parameters. - Syntax sugar for center row and center column.
0.1.0 #
- Wrap background using
ColoredBox
. - Wrap decoration using
DecoratedBox
; - Wrap foreground including icon and text color.
0.0.0 #
- Initial release as a placeholder.
- Wrap text including media and text direction.