conditional_wrap 3.0.0
conditional_wrap: ^3.0.0 copied to clipboard
A Flutter widget that allows you to conditionally wrap a child subtree with a parent widget
3.0.0 #
- Removed
NullSafeWrap,ConditionalWrap, and addedWidgetWrapperto simplify the implementation. It is now required to provide the conditions insidewrapperfunction.
2.0.0 #
- Renamed parent wrappers as
wrappersince they do not pass any context.
1.0.0 #
- Added
NullSafeWrapwidget. - Renamed parent builders as
builderandfallback. - Removed
contextfrom builders to provide simplicity.
0.0.1 #
- Initial release.