wrap 0.7.0
wrap: ^0.7.0 copied to clipboard
Chain style programming syntax sugar utilities for flutter widgets.
0.7.0 #
- Incompatible: API about
ReContextchanged. - Use
builderinstead ofReContext, which is conciser. - Optimize tests and tidy code structure.
0.6.0 #
- Inherit data from widget tree ancestors.
- Wrapper to handle data onto widget tree.
- Replace the old Inherit package.
- Apply StrictLints options.
0.5.2 #
- Fix bug about calling
setStatewhenbuild.
0.5.1 #
- Deprecated: still contains bugs.
- Fix bug: get size when build conflict.
0.5.0 #
- Deprecated: still contains bugs.
- 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 #
ReContextas a conciser way forBuilder.- Wrap
ReContexton widgets.
0.2.0 #
- Wrap center.
- Wrap list including
Row,ColumnandStack, 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.