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 addedWidgetWrapper
to simplify the implementation. It is now required to provide the conditions insidewrapper
function.
2.0.0 #
- Renamed parent wrappers as
wrapper
since they do not pass any context.
1.0.0 #
- Added
NullSafeWrap
widget. - Renamed parent builders as
builder
andfallback
. - Removed
context
from builders to provide simplicity.
0.0.1 #
- Initial release.